NEEOInc / neeo-sdk-toolkit

NEEO SDK Toolkit - tools and utility packages that can be used with the neeo-sdk
MIT License
7 stars 9 forks source link

Add scaffoliding functions to the CLI #1

Open pfiaux opened 6 years ago

pfiaux commented 6 years ago

The goal would be that after installing the CLI into a development repository (or using it globally) it could be used to scaffold a basic SDK Driver without having to copy/paste modify code.

The initial target would be to setup a new driver easily and quickly:

neeo-cli init

Then prompt

Then it would prompt some questions and generate a skeleton index and controller with the basic type, name and such.

pfiaux commented 6 years ago

Recently @Shepless implemented a prototype cli in https://github.com/Shepless/neeo-cli using inquirer