Socket
Socket
Sign inDemoInstall

buildtools

Package Overview
Dependencies
86
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    buildtools

Utilities for use in Jake/Cake/Coke build files.


Version published
Weekly downloads
1.2K
decreased by-47.85%
Maintainers
1
Install size
2.67 MB
Created
Weekly downloads
 

Readme

Source

buildtools

A noseful of utilities for Coke/Cake/Jake files.

API

Standard Library Modules

  • fs
  • path
    • dirname
    • basename
    • extname
    • resolve
    • relative
    • normalize
    • join as joinPath
    • existsSync as exists
  • child_process:
    • spawn
    • exec

Third Party

  • underscore: underscore, u, _, __
  • underscore.string: _.str, _.mixin _.str.exports()
  • node-seq: Seq
  • eyes: eyes
    • inspector
    • inspect
  • colors: colors
  • cli-table: Table
  • glob: glob
  • commondir: commondir

Helpers

Logging
  • print(...args) -- write to stdout without newline.
  • say(...args) = out -- write to stdout and append newline.
Shell & Subprocess
  • sh(cmd, [cb]) -> void
  • run(cmd, args=[], options={}) -> Process
  • coco(args, options) -> Process
Development
  • minify
  • cssmin
  • bundle
  • bundle_js
  • bundle_css
  • getVersion
  • writeVersionFile
Paths & Files
  • read = slurp = fs.readFileSync
  • write = spit = fs.writeFileSync
  • remove = rm = removeSync
  • removeAsync
  • ls = dir = fs.readdirSync
  • expand
  • isFile = isFileSync
  • isFileAsync
  • isDirectory = isDirectorySync
  • isDirectoryAsync
  • mkdirp = mkdirpSync
  • mkdirpAsync
  • sourceFiles
  • glob
  • commondir

Keywords

FAQs

Last updated on 14 Jan 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc