CLI tool for automatic clone and corrections of GitHub's repositories
Node version >= 8.0.0
$ npm install -g ghshell
To use Gitbook creation function, it's necessary the following dependencies:
- Gitbook package:
$ npm install -g gitbook-cli
For more information, visit the official documentation.
$ sudo aptitude install calibre
In some GNU/Linux distributions node is installed as nodejs, you need to manually create a symlink:
$ sudo ln -s /usr/bin/nodejs /usr/bin/node
$ ghshell
List all available commands using command help
inside the application:
> help
- Juan Jose Labrador Master Degree Thesis (14th of July 2017, Spanish): Shell para corrección automática de repositorios de GitHub
This NPM package was created as Master's Degree Final Project at University of La Laguna, Tenerife. Spain.