4.2.0 • Published 3 years ago

cables v4.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cables

The All-In-One package manager for your CLI needs and deeds.

How to install it?

Simply run the command below to clone cables, And create a symlink in the /usr/local/bin/ directory. All the downloaded files and your cables installation will be stored in the /usr/local/cables folder that you can remove or modify at any time.

git clone https://github.com/MinecraftPublisher/cables.git
cd cables
npm i
chmod +X ./bin/index.js
sudo node ./bin/index.js install cables

How to use it?

Use the help command! After installing cables, Just run cables help to get help on it.

Want to use cables in a NodeJS file?

Simply use the installation API provided by cables:

const cables = require('cables')
console.log(cables) // Outputs the latest cables version
cables.install('package') // Installs the npm package named "package"
cables.install('https://url_goes_here.com/the/path/to/a/javascript/file.js') // Installs a NodeJS file from a URL, Under the name "file" ( Retrieved from the URL, As the file's name is "file.js" )
3.2.8

3 years ago

3.2.7

3 years ago

3.4.0

3 years ago

3.3.1

3 years ago

3.0.4

3 years ago

3.3.0

3 years ago

3.0.3

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.5.0

3 years ago

3.0.5

3 years ago

4.1.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

4.2.0

3 years ago

4.0.2

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.4.7

3 years ago

2.4.6

3 years ago

2.4.5

3 years ago

2.4.4

3 years ago

2.4.3

3 years ago

2.4.2

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago