EliazTray / del.js

delete files in node or cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@eliaztray/del.js

NPM version NPM downloads CircleCI codecov

Install

yarn add @eliaztray/del.js

Usage

const delJs = require('@eliaztray/del.js')

interface options extends globbyOptions {
  force?: boolean
}

delJs({})
//=> foo
del.js <glob pattern> [globbyOptions]

del.js . --force

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

@eliaztray/del.js © eliaz, Released under the MIT License.
Authored and maintained by eliaz with help from contributors (list).

github.com/eliaztray · GitHub @eliaz · Twitter @eliaztray

About

delete files in node or cli

License:MIT License


Languages

Language:JavaScript 100.0%