publicodes / tools

Set of utility functions to write tooling for Publicodes models
https://publicodes.github.io/tools/
MIT License
8 stars 0 forks source link
compilation optimization publicodes utility-library

@publicodes/tools

Report BugAPI docsContributePublicodes

![CI][ci-link] ![NPM][npm-link] Set of utility functions that could be used to easily write tooling around [Publicodes](https://publi.codes) models. :warning: The project is not stable yet, don't hesitate [to open an issue](https://github.com/publicodes/tools/issues) if you face a problem! :warning:

Features

Installation

npm install --dev-dependency @publicodes/tools

yarn add -D @publicodes/tools

Usage in local

When developing in local:

  1. you can link the local package with yarn link,
  2. launch the compilation in watch mode with yarn watch,
  3. and use it in your project with yarn link @publicodes/tools.