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

@putout/cli-staged NPM version

Get list of staged by git files for ????Putout.

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

  • 3.0.0                                ...           latest (3 months ago)

5 Versions

  • 3.0.0                                ...           3 months ago
  • 2.0.1                                ...           3 months ago
  • 2.0.0                                ...           4 months ago
  • 1.1.0                                ...           3 years ago
  • 1.0.0                                ...           3 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (4)
Dev Dependencies (10)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |