@putout/cli-staged
v2.0.1
Published
handle staged
Downloads
32,125
Maintainers
Readme
@putout/cli-staged 
Get list of staged by git files for 🐊Putout.
Install
npm i @putout/cli-stagedExamples
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
