Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 499 Bytes

File metadata and controls

36 lines (24 loc) · 499 Bytes

Dismantling Learning CLI

Requirements

  • Git
  • npm or yarn
  • Gatsby

Install

npm i -g @dislearning/cli

Create a new dislearning project

dislearning init new-project

Other commands

For more commands you can invoke the help of the command:

dislearning help

Local development

If you want to contribute you can fork this project and clone it, after that you can use the next command for have the cli available on the terminal:

npm link