@incubateur-ademe/nosgestesclimat-scripts
v0.6.0
Published
Set of common code used both in the website and the model repository of NGC
Downloads
327
Readme
Set of common code used both in the website and the model repository of NGC
Features
TODO
Installation
npm install --dev-dependency @incubateur-ademe/nsogstesclimat-scripts
yarn add -D @incubateur-ademe/nsogstesclimat-scripts
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/nsogstesclimat-scripts
.