start-files

2.0.0 • Public • Published

start-files

npm linux build windows build coverage deps

Files task for Start.

Install

npm install --save-dev start-files
# or 
yarn add --dev start-files

Usage

import start from 'start';
import reporter from 'start-pretty-reporter';
import files from 'start-files';
import eslint from 'start-eslint';
 
export const lint = () => start(reporter())(
  files('lib/**/*.js'),
  eslint()
);

Task provides an array of found files, see documentation for details.

Arguments

files(glob, options)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    1
    • latest

Version History

Package Sidebar

Install

npm i start-files

Weekly Downloads

3

Version

2.0.0

License

MIT

Last publish

Collaborators

  • deepsweet