create-sonnetry
v0.1.1
Published
Create a new project for @c6fc/sonnetry
Downloads
1
Readme
create-sonnetry
An npm initializer for @c6fc/sonnetry. Creates a new Sonnet with the following structure:
# Directories
- jsonnet/
- sonnetry_modules/
# Files
- .gitignore
- package.json
- terraform.jsonnetThe Sonnet's name will be set to match the directory's basename. (e.g. "/home/user/repos/mySonnet" will be named 'mySonnet'). This can be changed in package.json and terraform.jsonnet after the Sonnet has been created.
Create Sonnet in current directory
npm init sonnetryCreate Sonnet in specified directory
npm init sonnetry mySonnet