0.1.1 • Published 4 years ago

splt v0.1.1

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

SPLT: cli tool for fast boilerplate building

###Basic usage

Create template directory in the root of your project, name it .splt. Then put your templates in .splt with unique names.

###Available commands

put usage:

splt put <destinationPath> <templatePath> [name]

example:

splt put ./src/components component my-compoent

run splt --help for information