0.0.2 • Published 9 years ago

prj v0.0.2

Weekly downloads
10
License
-
Repository
github
Last release
9 years ago

prj

Init your project with templates from npm

Another "git clone", the one for npm

But other than npm-clone, which uses git

Usage

$ npm install --global prj
$ cd my-site/
$ prj get-voice-site

Or:

$ prj get-voice-site some/dir/else/

Or:

var init = require('prj').init
var colors = require('colors-mini')

init('./my-site/', 'get-voice-site', function(e, stdout, stderr){
  if (stdout) {
    console.log(colors.green(stdout))
  }
  if (stderr) {
    console.log(colors.red(stderr))
  }
  if (e) throw e
})
0.0.2

9 years ago

0.0.1

9 years ago

0.3.2

11 years ago

0.3.0

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago