0.0.4 • Published 11 years ago

xgen v0.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
11 years ago

xgen

xgen, inspired by ngen

Install

npm install -g xgen

Usage

Usage: xgen [options]

  Options:

    -h, --help                  output usage information
    -v, --version               output the version number
    -t, --template <string>     Use the template <template>
    -d, --destination <string>  Use the destination directory <dest>


  Usage: xgen [options]

  Demos:

    xgen                       use template <default> to generate under current directory
    xgen -d /data/projects     use template <default> to generate under directory </data/projects>
    xgen -d just_here          use template <default> to generate under folder <just_here> which is a relative path
    xgen -t my_own_template    use template <my_own_template> to generate under current directory
    xgen -t my_own_template -d /data/projects use template <my_own_template> to generate under directory </data/projects>

find more info - github.com/sumory/xgen
0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

12 years ago