Open natew opened 7 years ago
Problem: you need a way to share scripts, but these scripts should be tied to the version of the package so others can clone/edit stuff.
Idea:
repoScripts
automatically managed in package.json that points to commit SHA for those scripts: natew/reposcripts:a4d67ojs21
npm run bootstrap
to do npm install repoman && repoman bootstrap
which then grabs the package.json and grabs the right reposcripts downApparently we're not only ones frustrated by this:
Lets make this a bit more focused to start. There are two high level directions, lets do the second:
Goal is to be able to go from 0 to published package easy, and make ongoing maintenance easy. It's basically lerna sans mono-repo, maybe even more opinionated.
Goals for v1:
Bonus points: