Noviny / fake-monorepo

just checking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monorepo-starter

An example setup of how to do a monorepo, used in our monorepo getting started guide Usable as a template from github

Packages set up

- packages/
    - simple-package
    - with-multi-entrypoints
- apps/
    - placeholder-app
- websites/
    - placeholder-website

Tools set up

  • yarn workspaces
  • preconstruct
  • manypkg
  • changesets
  • babel
  • jest
  • prettier(?)
  • next(?)
  • gatsby(?)
  • typescript(?)

workflows set up

  • install
  • dev
    • run a node script
  • test
  • build
  • release

About

just checking

License:MIT License