LeoIannacone / npm2deb

tool to help debianize Node.js modules
GNU General Public License v3.0
46 stars 34 forks source link

allow creating multiple binaries from a single repo #46

Open pravi opened 7 years ago

pravi commented 7 years ago

Both babel and lodash maintains a single repo for multiple modules.

babel -> https://github.com/babel/babel (packages directory in master branch has all modules) lodash -> https://github.com/lodash/lodash/tree/npm-packages (npm-packages branch has all modules)

lodash is required for gulp, babel is required for handlebars.

pravi commented 7 years ago

babel and many others are using https://lernajs.io/ so there is a standard we can use.