@datr.tech/marble-api-controller-generator
v0.5.6
Published
Marble API controller generator
Readme
README: @datr.tech/marble-api-controller-generator
Marmalade API controller generator - 0.3.0
Install locally
Install the package from GitHub using the following commands.
git clone https://github.com/datr.tech/marble-api-controller-generator.gitThen install the required dependencies
cd @datr.tech/marble-api-controller-generator
npm iFormat
Format code, config files and (when applicable) tests
npm run formatThe formatting will be performed by Prettier, and the associated Prettier config can be found [here][./.prettierrc.json].
Lint
Lint code, config files and (when applicable) tests
npm run lintThe formatting will be performed by EsLint, and the associated config can be found from the following address [./eslint.config.mjs][./eslint.config.mjs].
