1

I created one repository and library. And I want to publish to npm registry and github package at the same time. Do you know an easy way to do this?

I am currently publishing this with a change. It would be great if this could be solved with a simple setup.

WonChul Heo
  • 242
  • 1
  • 12

1 Answers1

1

Currently, you can achieve it with lerna or bit .

Both two libraries allow you to manage multiple packages on the same repo (monorepo). lerna is absolutely free and bit will have paid plan if you working on a commercial project.

Hung Nguyen
  • 1,026
  • 11
  • 18