Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 491 Bytes

File metadata and controls

18 lines (11 loc) · 491 Bytes

FlatLang Monorepo

This repository is the FlatLang package monorepo.

All Flat packages in the local FlatLang workspace are organized under packages/.

Layout

  • packages/Flat - legacy Flat compiler package (this repo's original contents)
  • packages/* - all other Flat packages imported as git subtrees

Subtree Updates

Each package is tracked from its master branch and can be updated with:

git subtree pull --prefix packages/<PackageName> <repository> master