@incubateur-ademe/publicodes-tools
Report Bug • API docs • Contribute • Publicodes
Set of utility functions that could be used to easily write tooling around Publicodes models.
Features
- 🏗️ Compiles your set of Publicodes files into a standalone JSON file - [doc]
- 📦 Resolves import from external Publicodes models, from source and from published NPM packages - [doc]
- 🪶 Pre-computes your model at compile time and reduces the number of rules by ~65% - [doc]
Installation
npm install --dev-dependency @incubateur-ademe/publicodes-tools
yarn add -D @incubateur-ademe/publicodes-tools
Usage in local
When developing in local:
- you can link the local package with
yarn link
, - launch the compilation in watch mode with
yarn watch
, - and use it in your project with
yarn link @incubateur-ademe/publicodes-tools
.