cortex-package-files
v0.3.2
Published
Get all files that cortex needs inside a repo.
Downloads
14
Readme
cortex-package-files
Get all files that cortex needs inside a repo.
Install
$ npm install cortex-package-files --save
Usage
var files = require('cortex-package-files');
files(options, callback)
- options
Object
- cwd
path
- pkg
Object
package object - more
Boolean=false
iftrue
, it will include more files according topkg.directories
andpkg.css
- cwd
- callback
function(err, files)
- err
Error
- files
Array.<path>
array of path
License
MIT