rsdoiel / nshtools
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
BUGS.asciidoc | Fri Aug 06 16:50:11 -0700 2010 | |
| |
LICENSE | Fri Aug 06 16:50:11 -0700 2010 | |
| |
README.asciidoc | Fri Aug 06 16:50:11 -0700 2010 | |
| |
TODO-0.0.3.asciidoc | Fri Aug 06 16:50:11 -0700 2010 | |
| |
WISH-LIST.asciidoc | Fri Aug 06 16:50:11 -0700 2010 | |
| |
build-docs.asciidoc | Fri Aug 06 16:50:11 -0700 2010 | |
| |
build-docs.js | Fri Aug 06 16:50:11 -0700 2010 | |
| |
depreciated/ | Fri Aug 06 16:50:11 -0700 2010 | |
| |
examples/ | Fri Aug 06 16:50:11 -0700 2010 | |
| |
install-nshtools.asciidoc | Fri Aug 06 16:50:11 -0700 2010 | |
| |
install.js | Fri Aug 06 16:50:11 -0700 2010 | |
| |
nshtools.asciidoc | Fri Aug 06 16:50:11 -0700 2010 | |
| |
nshtools/ | Fri Aug 06 16:50:11 -0700 2010 | |
| |
package.json | Fri Aug 06 16:50:11 -0700 2010 | |
| |
test-basic.js | Fri Aug 06 16:50:11 -0700 2010 | |
| |
test-die.js | Fri Aug 06 16:50:11 -0700 2010 | |
| |
test-ds.js | Fri Aug 06 16:50:11 -0700 2010 | |
| |
test-finder.js | Fri Aug 06 16:50:11 -0700 2010 | |
| |
test-mimetype.js | Fri Aug 06 16:50:11 -0700 2010 | |
| |
test-nshtools.js | Fri Aug 06 16:50:11 -0700 2010 | |
| |
test-options.js | Fri Aug 06 16:50:11 -0700 2010 | |
| |
test-prompt.js | Fri Aug 06 16:50:11 -0700 2010 | |
| |
test-run.js | Fri Aug 06 16:50:11 -0700 2010 | |
| |
test-test.js | Fri Aug 06 16:50:11 -0700 2010 | |
| |
test-unittests.js | Fri Aug 06 16:50:11 -0700 2010 | |
| |
testData/ | Fri Aug 06 16:50:11 -0700 2010 | |
| |
uninstall.js | Fri Aug 06 16:50:11 -0700 2010 |
copyright (c) 2010, R. S. Doiel, all rights reserved
Licensed under "The BSD License" described at http://opensource.org/licenses/bsd-license.php
NAME
nshtools - a node module to aimed to make it easier to write shell scripts
SYNOPSIS
node provides an excellent platform for building network applications using non-blocking I/O. It is a powerful tool for doing system chores. Nshtools attempts to build some general purpose high level modules (e.g. file management) on top of Node’s excellent system modules.
nshtools features:
-
support for common file operations like copy, move
-
the work queue design pattern with prompts and tasks
-
simple short/long option command line parsing
-
common data structure primitives like stacks and queues
-
simple, extensible mime type detection from file extensions
-
simple finder module for operating on directories trees
Checkout some of the examples/ directory or read nshtools.asciidoc.