kilianc / adobe-generator

The missing link
3 stars 0 forks source link

Generator™

Installation and first run

⚡ git clone git@github.com:kilianc/generator.git && cd generator
⚡ npm install
⚡ node app -h

Dependencies

You need node and npm on your system to download dependencies, you can download the binary or compile it from source code

Then check your node and npm versions

⚡ node -v
v0.8.14
⚡ npm -v
1.1.65