2.1.0 • Published 7 years ago

clean-git v2.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

clean-git

Install

npm install clean-git

Usage

const cleanGit = require('clean-git')
cleanGit({ baseDir: '~', maxDepth: '2', ignores: ['node_modules'] })
.then(console.log)
/* =>
[ '/Users/pablopunk/repos/bashy',
  '/Users/pablopunk/repos/hyper',
  '/Users/pablopunk/www/gmaps', ]
*/

Contribute

Feel free to open an issue or a PR.

License

MIT license

Related

CLI for this module => clean-git-cli

Author

me
Pablo Varela
2.1.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago