Skip to content

binocarlos/quicknpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quicknpm

Quickly bootstrap a node module folder layout

Example

Create a new project:

$ mkdir myproject && cd myproject
$ quicknpm init

Installation

$ npm install quicknpm --save

Usage

From the command line you can bootstrap a new node module.

In the current folder:

$ quicknpm init

In a specific folder:

$ quicknpm init /my/custom/folder

API

You can use the module from within your own node program:

var QuickNPM = require('quicknpm');

var job = new QuickNPM();

job.on('complete', function(){
	
})

job.init('/my/project/folder');

License

MIT

About

Quickly bootstrap a node module folder layout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published