new-operation
v1.0.2
Published
Package to create a new King OS Operation
Downloads
1
Readme
This cli could create the correct tsconfig.json, package.json, .gitignore, folder setup, index boilerplate, and install packages, so you can get started immedeately.
It would be nice if it also contained a handy script to make sure your packages are up to date. For example, it could run 'yarn upgrade' every time you build. That would be very useful. All we need for that is run more than only tsc when something in the source changes.