node_util

0.0.1 • Public • Published

node_util

Utilities that help you write Node programs and in particular, CLI scripts easily.

Goals

Usage

In JS,

node_util = require('node_util').sync()
read = node_util.read
mv   = node_util.mv

In Coffee, destructuring makes usage even more pleasant

{mv, read, rm_r, get}  = require('node_util').sync()

See [[examples/example.coffee]] for more.

TODO

  • Add async() that returns the async version of everything
  • Helper for mkdir -p
  • Helper for running something in the current TTY
  • Interactive examples?

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    2

Package Sidebar

Install

npm i node_util

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • abi