A simple web-based file editor.
- Global installation of typescript.
npm i -g typescript - Yarn
- Frontend
cd frontend
yarn
yarn build
- CLI
cd cli
yarn
tsc
In the cli folder, run node build/index.js.
To install globally, run npm i -g . inside the cli folder.