1.0.8 • Published 3 months ago

gde-cli v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

Project Description

Creates a GDE template using the terminal.

Getting Started

Install the package globally

  1. npm install -g gde-cli

In terminal

  1. 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.