0.3.2 • Published 10 years ago

cortex-package-files v0.3.2

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

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

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago