NPM packaging for Microsofts Monaco Editor, including a YAML worker.
Built upon the work of Moncaco YAML
This editor serves the engine-cockpit, and makes powerful VS Code editing features accessible for everyone.
Useful commands:
# fetch all dependencies
npm install
# serve in dev mode
npm run start
# build for production
npm run build