|
| 1 | +# getNJS |
| 2 | +[](https://github.com/benchOS/benOS)[](https://github.com/benchOS/benOS)[](http://travis-ci.org/benchOS/getnjs)[](https://standardjs.com) |
| 3 | +[](https://github.com/benchOS/getnjs) |
| 4 | +<br> |
| 5 | + |
| 6 | +One-line NodeJS installer used with [Benny](https://github.com/benchOS/benny) and [Bennyfile](https://github.com/benchOS/bennyfile). |
| 7 | + |
| 8 | + |
| 9 | +## Table of Contents |
| 10 | + |
| 11 | +- [Background](#background) |
| 12 | +- [Installation](#installation) |
| 13 | +- [Usage](#usage) |
| 14 | +- [Related Projects](#related-projects) |
| 15 | +- [Why Decentralized Internet](#why-the-internet-must-have-a-decentralized-alternative) |
| 16 | +- [Bench On The dWeb](#bench-on-the-dweb) |
| 17 | +- [License](#license) |
| 18 | +- [Copyright](#license) |
| 19 | + |
| 20 | +## Background |
| 21 | +One-line NodeJS installer used with [Benny](https://github.com/benchOS/benny) and [Bennyfile](https://github.com/benchOS/bennyfile). |
| 22 | + |
| 23 | +[](https://github.com/benchOS/getnjs) |
| 24 | + |
| 25 | + |
| 26 | +## Installation |
| 27 | + |
| 28 | +Easily Install NodeJS With One-Line. |
| 29 | + |
| 30 | +``` |
| 31 | +curl -fs https://raw.githubusercontent.com/benchOS/getnjs/master/go | sh |
| 32 | +``` |
| 33 | + |
| 34 | +## Usage |
| 35 | + |
| 36 | +Install any version of Node.js with ease. |
| 37 | + |
| 38 | +``` |
| 39 | +getnjs 0.10.10 # installs Node.js v0.10.10 |
| 40 | +getnjs 0.8.24 # installs Node.js v0.8.24 |
| 41 | +getnjs latest # installs latest stable node |
| 42 | +``` |
| 43 | + |
| 44 | +Autocomplete your Node.js installation with ease. |
| 45 | + |
| 46 | +``` |
| 47 | +getnjs --completion --save # Follow the install instructions |
| 48 | +getnjs <tab><tab> # Prints all Node.js versions available to `getnjs` |
| 49 | +``` |
| 50 | + |
| 51 | +## Related Projects |
| 52 | +- [benOS](https://github.com/benchOS/benOS) - benOS Decentralized Operating System |
| 53 | +- [benny](https://github.com/benchOS/dpack-logger) - benOS Native Container Builder |
| 54 | +- [bennyfile](https://github.com/distributedweb/bennyfile) - Build File Library For Benny Containers |
| 55 | + |
| 56 | +## Why The Internet Must Have A Decentralized Alternative |
| 57 | +Today, the internet is more censored than ever and it's only getting worse. Our mission with the [dWeb Protocol](https://github.com/distributedweb/dweb) was to create a truly powerful P2P protocol, around [benOS](https://github.com/benchOS/benos), [dBrowser](https://github.com/benchOS/dbrowser) and many of benOS' underlying libraries to bring the most powerful P2P products to life. In the last few months, by rebuilding P2P technologies that have existed since the early 2000s, we have built a powerful suite of decentralized libraries for benOS and the Bench Network, that will only improve over time. But we also brought new ideas to life, like: |
| 58 | + |
| 59 | +- [dDrive](https://github.com/distributedweb/ddrive) |
| 60 | +- [dExplorer](https://github.com/distributedweb/dexplorer) |
| 61 | +- [dDatabase](https://github.com/distributedweb/ddatabase) |
| 62 | +- [dSites](https://github.com/distributedweb/dsites) |
| 63 | +- [dPack](https://github.com/distributedweb/dpack) |
| 64 | +- [benFS](https://github.com/benchOS/benfs) |
| 65 | +- [DCDN](https://github.com/distributedweb/dcdn) |
| 66 | +- [Rocketainer](https://github.com/distributedweb/rocketainer) |
| 67 | +- [RocketOS](https://github.com/distributedweb/rocketos) |
| 68 | +- [dNames](https://github.com/distributedweb/dnames) |
| 69 | +- [P2PDNS](https://github.com/distributedweb/p2pdns) |
| 70 | +- [dWebFS](https://github.com/distributedweb/dwebfs) |
| 71 | +- [dWebDB](https://github.com/distributedweb/dwebdb) |
| 72 | +- [MeteorIDE](https://github.com/distributedweb/meteorIDE) |
| 73 | +- [Kepler](https://github.com/benchlab/kepler) |
| 74 | +- [Neutron](https://github.com/benchlab/neutron) |
| 75 | +- [Designate](https://github.com/benchlab/designate) |
| 76 | +- [Nova](https://github.com/benchlab/nova) |
| 77 | + |
| 78 | +and more! These were the protocols and libraries that we needed to create a completely decentralized operating system, where everything was distributed, protected and people were once again in control of their data. benOS is made up of over 1100+ different libraries that we are releasing on a day-by-day basis as we move them to a stable/production state. While financial support is great for this open source project, we need developers who want to be some of the first to build the `dApps` and `dSites` of the future. We have to take back what our forefathers originally designed for freedom, by making our code the law, instead of releasing weak and highly centralized applications where law cannot be applied because the code lacks the foundation to implement a legal framework for itself. Join us for a truly historic journey on the [BenchLabs Telegram](https://t.me/benchlabs). See you there. |
| 79 | + |
| 80 | +### Bench On The dWeb |
| 81 | +[dweb://bench.dnames.io](dweb://bench.dnames.io) // dNames Short Link |
| 82 | +[dweb://3EDAE09848B77401445B7739CAFCE442DDE1752AED63025A1F94E6A86D7E9F04](dweb://3EDAE09848B77401445B7739CAFCE442DDE1752AED63025A1F94E6A86D7E9F04) // dWeb Key Link |
| 83 | + |
| 84 | +In order to make the links above clickable or to view these links period, you will need [dBrowser](https://github.com/benchOS/dbrowser) (Available for Mac OSX, Linux, Windows and soon to be available on iOS/Android) |
| 85 | + |
| 86 | +#### "The Code Is The Law" - Stan Larimer - Godfather of BitShares. |
| 87 | + |
| 88 | +## License |
| 89 | +[MIT](LICENSE.md) |
| 90 | +<br><br> |
| 91 | +[](https://github.com/standard/standard) |
| 92 | +<br> |
| 93 | +[](https://js.distributedwebs.org) |
| 94 | +<br> |
| 95 | + |
| 96 | +## Copyright |
| 97 | +Copyright (c) 2018 Bench Open Systems. All rights reserved. |
0 commit comments