Thanks to visit codestin.com
Credit goes to github.com

Skip to content

c6fc/create-sonnetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.jsonnet

The 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 sonnetry

Create Sonnet in specified directory

npm init sonnetry mySonnet

About

npm initializer for @c6fc/sonnetry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published