cortex-package-files

v0.3.2
Get all files that cortex needs inside a repo.
cortex package files glob ignore

cortex-package-files NPM version Build Status Dependency Status

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 if true, it will include more files according to pkg.directories and pkg.css
  • callback function(err, files)
  • err Error
  • files Array.<path> array of path

License

MIT

npm i cortex-package-files

Metadata

  • MIT
  • >=0.10.0
  • kael
  • released 8/24/2014

Downloads

Maintainers