0.0.1 • Published 3 years ago
create-sonnet v0.0.1
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 mySonnet0.0.1
3 years ago