This task is to create a development pipeline / process that can generate a simple project for TokenScript.
The initial requirements are as follows:
Compiles working directory
Contains a manifest file just as Node.js uses (package.json). Other examples are babel (babel.config.js), typescript (ts.config.js), Jest (jest.config.js)
No views/actions are required, but this design should consider these as the project is furthered
This task is to create a development pipeline / process that can generate a simple project for TokenScript.
The initial requirements are as follows: