@shineboard/cli
v0.1.2
Published
The CLI for ShineBoard - A beautiful way to share code
Downloads
3
Readme
ShineBoard CLI
The CLI for ShineBoard - A Beautiful way to share code
ShineBoard is a open-source platform to make sharing code easier. Wasted by all the .txt files you downloaded and the poor hastebin codes ? Switch now to ShineBoard :
- Type
shine help
to get started - To upload very quicly, run
shine add <file>
- You can also choose to specify a name for this paste with the flag
--name
(or-n
) - If you which, you can force the language with
--language
(or-l
) - You may also set a password to protect the paste with
--password
(or-p
)
Alternatively, you can use the web application to create paste from the web.
Installing
With NPM :
- Run
npm install -g @shineboard/cli
in your terminal
With Yarn :
- Run
yarn global add @shineboard/cli
in your terminal
Contributing
Since it's just a Node.js app, you may already know how to do this :
- Fork this repository, then clone it to your device
- Install JS dependencies with :
- NPM :
npm install
- Yarn :
yarn
- NPM :
- Run
node src/index.js
to try the CLI without linking it - You can run
npm link
(oryarn link
) to get theshine
CLI running locally. Make sure to typenpm unlink
(oryarn unlink
) to remove symlink created before.
License
ShineBoard CLI is licensed under the Apache license.