You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets make this a bit more focused to start. There are two high level directions, lets do the second:
Make managing lots of github repos easier
Make managing lots of small node packages easier
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:
Track directories
Exec commands easily in all directories
Share scripts between all repos easily (and have a default set that uses babel + presets-steelbrain)
Be really good at linking stuff together thats tracked by it (lerna-style)
Bonus points:
See nice status of all repos
Publishing helpers
The text was updated successfully, but these errors were encountered:
Lets make this a bit more focused to start. There are two high level directions, lets do the second:
Make managing lots of github repos easierGoal 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:
The text was updated successfully, but these errors were encountered: