New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

quicknpm

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quicknpm

Quickly bootstrap a node module folder layout

latest
Source
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

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

Keywords

npm

FAQs

Package last updated on 19 Nov 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts