0.1.1-beta • Published 1 year ago

squiwell v0.1.1-beta

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

SQUIWELL

npm.io npm.io

Squiwell is command line tool that store your project templates to save time when starting a new project.

Contents

Getting started

# Install squiwell globally
npm add -G squiwell

Add template

squiwell --store 'path/of/the/template' ...

Use template

squiwell --seed

Edit template

squiwell --modify

Delete template

squiwell --forgot

How does it work

First, squiwell stores user-provided folders in a storage directory (by default is a folder called templates). When at least one template is stored, the user will be able to create a new project from a chosen template and edit it, or remove it.

Any of the options above will show a form in the terminal / CLI. When creating a new project, squiwell will use the current working directory in the terminal to create the project.

License

© 2022, Angelo Silva. All files are relesead under the MIT license.