mirror of
https://github.com/tj/n.git
synced 2024-11-22 02:57:32 +01:00
readme
This commit is contained in:
parent
cb5e54be89
commit
e3911488f7
28
Readme.md
28
Readme.md
@ -1,5 +1,31 @@
|
|||||||
|
|
||||||
# Chrono
|
# n
|
||||||
|
|
||||||
|
My own flavour of node binary management, no subshells, no profile setup, no convoluted api, just _simple_.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
$ npm install n
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
$ make install
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Output from `n --help`:
|
||||||
|
|
||||||
|
Usage: n [options] <version>
|
||||||
|
|
||||||
|
Commands:
|
||||||
|
|
||||||
|
n Output versions installed
|
||||||
|
n <version> Install node <version>
|
||||||
|
|
||||||
|
Options:
|
||||||
|
|
||||||
|
-V, --version Output current version of n
|
||||||
|
-h, --help Display help information
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user