> Cmd-Tool to run any node.js task anywhere
``plain`
$ npm install --global ran
> ran helps you run modules via node,
> but enables a global "task-store".
> And its own builtin commands were implemented
> as separated "task-modules".
`plain`
$ ran
`plain`
$ ran D:\dev\ran\examples\helloworld arg1 arg2(leading "./" for a relative module)
$ ran ./examples/helloworld arg1 arg2
`plain`(should config for the first time)
$ ran --config globaldir "D:\mytasks"(no leading "./" for a gloabl module)
$ ran net/static-server ./ 3000
`plain`
$ ran --help
$ ran --version
$ ran --config
- --help (alias: -h)--version
- (alias: -v)--config
- (alias: -c)
`plain`
$ ran --config globaldir "D:\mytasks"
- globaldir`: cantains global tasks