0.4.7 • Published 7 months ago
@datr.tech/api-freight v0.4.7
@datr.tech/api-freight
API for freight - 0.4.2
Installation
Install locally
Install the package from GitHub using the following commands.
git clone https://github.com/datr.tech/api-freight.gitThen install the required dependencies
cd @datr.tech/api-freight
npm iNPM commands
Format
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.
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.