fitfab / lerna-101

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lerna setup with Rollupjs, Typescript and React

This is a repo to explore Lerna along with Rollupjs, Typescript and React.

Publishing with lerna

npx lerna run build

npx lerna version

npx lerna publish from-git --no-private

npx lerna publish from-package

React Tips & Tricks

About


Languages

Language:JavaScript 60.0%Language:TypeScript 40.0%