@danielsepulveda/compiscript
TypeScript icon, indicating that this package has built-in type declarations

6.2.2 • Public • Published

Compiscript

How to use

Clone the project, then run

npm install

After that, to run the parser againts test files, run

npm run start (or npm start)

Adding more tests

To run more tests simply add text files under the src/test/ dir. The script will automatically run the parser against every file inside that dir.

Development

To run the project while developing use

npm run dev

This will run the script using nodemon and will listen to any file change inside src/ with the extensions json,ts,txt,ohm

/@danielsepulveda/compiscript/

    Package Sidebar

    Install

    npm i @danielsepulveda/compiscript

    Weekly Downloads

    1

    Version

    6.2.2

    License

    ISC

    Unpacked Size

    679 kB

    Total Files

    92

    Last publish

    Collaborators

    • danielsepulveda