Skip to content

alxkat/splt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPLT: cli tool for fast boilerplate building

GitHub license npm version

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 help