0.2.0 • Published 8 years ago

projectgen v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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
0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago