mu-semtech / mu-javascript-template

Template for running javascript/express microservices
4 stars 17 forks source link

Publish package for mu import on NPM #43

Open erikap opened 2 years ago

erikap commented 2 years ago

This should help editors to discover imports and provide code hints.

nvdk commented 1 year ago

should we manage the package in this repository to keep code duplication minimal? it probably means having to move some dependencies to the mu package

nvdk commented 1 year ago

did an effort at extraction here: https://github.com/nvdk/mu-helpers . This one assumes node 18, so should be combined with https://github.com/mu-semtech/mu-javascript-template/pull/51