1.1.0 • Published 7 years ago

manifest-destiny v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Manifest Destiny

Destined to expand across your project.

Install

npm install --save-dev manifest-destiny

CLI Usage

  • manifest [options] - Run manifest using your options
  • -f --files - Set the files to be manifested
  • -o --output - Set the output path

API Usage

Manifest Destiny returns a Promise.

const manifest = require('manifest-destiny');

manifest({
	files: '*.js',
	output: 'manifest.json'
}).then(() => {
	// OK
});

Example

manifest --files="src/**/*.js" --output="out/manifest.json"

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago