Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use '@template[:[target][:mode]]' syntax to mark that a file should NOT be opened for editing #14

Open
bbugyi200 opened this issue Nov 29, 2018 · 1 comment

Comments

@bbugyi200
Copy link
Owner

bbugyi200 commented Nov 29, 2018

For example, cookie tempA:dirA/targA @tempB:targB:modeB tempC will:

  • Create dirA if it does not already exist.
  • Initialize dirA/targA using the tempA template.
  • Initialize targB using the tempB template.
  • Set the file mode of targB to modeB (using chmod).
  • Initialize tempC using the same name for the template and target.
  • Open ONLY dirA/targA and tempC (the target version) in an editor.
@bbugyi200 bbugyi200 changed the title Add '--no-edit' option Use '@template[:[target][:mode]]' syntax to mark that a file should NOT be opened for editing Dec 3, 2018
@bbugyi200
Copy link
Owner Author

Depends: #16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant