create-sonnetry

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i create-sonnetry

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

4.42 kB

Total Files

3

Last publish

Collaborators

  • c6fc