Skip to content

Trabajo de Fin de Máster - Sistemas y Tecnologías Web Aplicadas (SyTWA)

License

Notifications You must be signed in to change notification settings

ULL-ESIT-GRADOII-TFG/ghshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghshell Build Status

CLI tool for automatic clone and corrections of GitHub's repositories

Requirements

Node version >= 8.0.0

Install

$ npm install -g ghshell

Dependencies

To use Gitbook creation function, it's necessary the following dependencies:

$ 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

Usage

$ ghshell

List all available commands using command help inside the application:

> help

See Also


This NPM package was created as Master's Degree Final Project at University of La Laguna, Tenerife. Spain.