jolie / create-jolie

MIT License
1 stars 2 forks source link

Automatically set up jpm in create-jolie #1

Closed fmontesi closed 6 months ago

fmontesi commented 6 months ago

Whenever I start a Jolie project I add jpm as a dev dependency (npm i -D @jolie/jpm) and add the following to package.json:

"scripts": { "install": "jpm install" }

Would be nice if create jolie did that automatically. :-)

kicito commented 6 months ago

Added at v1.7.0, using npx to resolve the command as I don't want to add jpm to the package's dependency.