0.2.0 • Published 8 years ago
projectgen v0.2.0
projectgen
A simple tool for creating projects from templates
Installation
Currenty only Linux is supported
sudo npm i -g projectgen
mkdir ~/.config/projectgen
mkdir ~/.config/projectgen/templates
Then add the following line in your ~/.bashrc
:
export PROJECTGEN_TEMPLATE_DIR="$HOME/.config/projectgen/templates"
Usage
Usage: projectgen [options] [command]
Commands:
new <template> <name>
fetch <template> [name]
update [templates...]
Options:
-h, --help output usage information
-V, --version output the version number
-d, --template-dir <path> directory that contains project templates
-t, --template-engine <engine> template engine used to generate project files