build-utils

A collection of utils functions for build scripts


License
MIT
Install
npm install build-utils@2.0.12

Documentation

build-utils

A collection of utility functions for implementing build scripts

fs

  • isFile
  • isDirectory
  • getStat
  • deleteDirectory
  • createDirectory
  • copyGlob
  • deleteGlob
  • copyFile
  • copyFiles
  • deleteFile
  • readFile
  • writeFile
  • readJSONFile
  • writeJSONFile
  • searchGlob
  • excludeFiles

process

  • spawn
  • exec

config

  • updateConfig

object

  • deepAssign

cli

  • command
  • run

License

MIT