javascript - How do I manage private packages that are intended to be used by multiple projects in Meteor? -


this question has answer here:

i'm starting learn packages , in attempt modulize app , break out parts potentially re-use other apps down line, i'd put common functionalities within packages.

so packages published in atmosphere type in meteor add , give me latest version of it.

however, not want these packages published on atmosphere. wondering best way manage it?

do create each of these packages in own project folder , manually copy contents packages folder of each app utilises it? if so, how ensure latest version copied each of solution?

is there way can use meteor add point git repository or private location instead of atmosphere?

meteor search local packages directories defined environment variables: package_dirs .


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -