Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 916 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 916 Bytes

Semaver Libraries (Core Stack)

Packages

Tool Set

Development

  • Clone the repo (git)
  • Install dependencies yarn install
  • Build index files for packages yarn run index
  • Build all packages yarn run build
  • Test all packages yarn run test or yarn run test:all
  • Lint all packages yarn run lint
  • Generate docs yarn run docs

Notes

  • We use peer dependencies.