gde-cli
v1.0.8
Published
CLI to create GDE using Node.js
Downloads
16
Readme
Project Description
Creates a GDE template using the terminal.
Getting Started
Install the package globally
npm install -g gde-cli
In terminal
npx gde-init
Implementations
questions.js
:
To add or replace a question simply add a new object inside
generate.js
:
This is where the git checkout
logic was implemented. It also checks to see if there exist a folder with the same name.
ask.js
:
This is where the user input error checks are implemented.