API for freight - 0.4.2
Install the package from GitHub using the following commands.
git clone https://github.com/datr.tech/api-freight.git
Then install the required dependencies
cd @datr.tech/api-freight
npm i
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.
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.