@putout/cli-staged
handle staged
Last updated 2 years ago by coderaiser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install @putout/cli-staged 
SYNC missed versions from official npm registry.

@putout/cli-staged NPM version

🐊Putout get list of staged by git files.

Install

npm i @putout/cli-staged

Examples

import {
    get,
    set,
} from '@putout/cli-staged';
import {findUp} from 'find-up';
import tryToCatch from 'try-to-catch';

const [error, names] = await tryToCatch(get, {
    findUp,
    isSupported: Boolean,
});

const stagedNames = await set({
    findUp,
});

License

MIT

Current Tags

  • 1.1.0                                ...           latest (2 years ago)

2 Versions

  • 1.1.0                                ...           2 years ago
  • 1.0.0                                ...           2 years ago
Maintainers (1)
Downloads
Total 2
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (4)
Dev Dependencies (10)
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE