prisma-labs / dripip

Opinionated CLI for continuous delivery of npm packages
100 stars 2 forks source link

feature: scaffold cli #2

Closed jasonkuhrt closed 4 years ago

jasonkuhrt commented 4 years ago

closes #1

jasonkuhrt commented 4 years ago

Could not find good docs about oclif-dev. For example what is the manifest for? Found an old answer about that here https://medium.com/@jdxcode/really-excellent-questions-67d19bcaaad8. It seems the manifest json is to make accessing help on the cli root faster.

I did not go with mocha despite it being the chosen tool of oclif. This is because I anticipate the majority of testing for libre to be integration testing.

I did not go with there generated projects because I only wanted to commit things into the project I understand.