0.1.0-0 • Published 5 years ago

@eliaztray/del.js v0.1.0-0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@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

0.1.0-0

5 years ago

0.0.1

5 years ago