0.4.1 • Published 7 months ago

@datr.tech/marble-readme-generator v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

README: @datr.tech/marble-readme-generator

Marble README generator - 0.4.0

Install locally

Install the package from GitHub using the following commands.

git clone https://github.com/datr.tech/marble-readme-generator.git

Then install the required dependencies

cd @datr.tech/marble-readme-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.

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.