Skip to content

ant-tool/atool-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published