Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@datr.tech/marble-api-controller-generator

datr.tech704MIT0.5.6

Marble API controller generator

@app-macg, @datr.tech, api, controller, generator, marble, typescript

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.git

Then install the required dependencies

cd @datr.tech/marble-api-controller-generator
npm i

Format

Format code, config files and (when applicable) tests

npm run format

The 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 lint

The formatting will be performed by EsLint, and the associated config can be found from the following address [./eslint.config.mjs][./eslint.config.mjs].