1.1.0 ā€¢ Published 11 months ago

@putout/cli-staged v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@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