@elm-node/npm-scripts
v1.0.0
Published
Use npm to distribute and install native Elm packages.
Readme
Npm Scripts
Use npm to distribute and install native Elm packages.
Install
npm install @elm-node/npm-scriptsThen inside your package.json:
...
"scripts" : {
...
"postinstall" : "elm-npm-postinstall",
"preuninstall" : "elm-npm-preuninstall",
...
},
...