Skip to content

docongminh/lib-builder-template

Repository files navigation

Template build up library

A complete monorepos template library for build up npm package

  • Stable
  • Reusability
  • Easy to use
  • Easy to understand structure
  • Completed Rollup bundler diversity modules (UMF, IFFE, ESM, Node Module)

Commands

  • Install dependencies

      npm install
  • Clean lerna

      npm run clean:lerna
  • Start lerna

      npm run lerna:start
  • Pretty code

      npm run pretty:fix
  • Lint code

      npm run lint:fix

References