Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 884 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 884 Bytes

impack

NPM version NPM downloads Build Status Coverage Status

An application packager for nodejs

How to Install

$ npm install --save impack

Getting Started

...

How to Test

Run one, or a combination of the following commands to lint and test your code:

$ npm run lint          # Lint the source code with ESLint
$ npm test              # Lint and Run unit tests with Mocha

License

MIT © Yuan Tao