0.2.3 • Published 8 years ago

atool-pack v0.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

atool-pack

NPM version


"npm pack + extract" tool

cli:

$ npm install -g atool-pack
$ atool-pack module dir

eg:

$ atool-pack rcf ./

api

var pack = require("atool-pack");
pack(module, dir);

eg:

pack('rcf', './').then(() => {
  console.log('success');
}).catch(err => {
  conole.log(err);
})

License

Component is released under the MIT license.

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1-beta2

8 years ago

0.0.1-beta1

8 years ago