@adeira/flow-config-parser

Permissive Flow config parser.


Keywords
hacktoberfest, monorepo
License
MIT
Install
npm install @adeira/flow-config-parser@0.1.0

Documentation

Universe-LightUniverse-Dark

Continuous Integration (JavaScript) Continuous Integration (Rust)

Shipit NPM Publisher Dockerfile Builder

Quick start

git clone git@github.com:adeira/universe.git
cd universe
corepack enable   # `command not found: corepack` see: https://stackoverflow.com/a/70094249

chmod +x ./x
./x install
./x --help

What now? There are many projects under src/ and all of them are tested and linted together. You can try to run all the checks using our executor:

./x

This monorepo is divided into many workspaces. You can access commands of each workspace like so:

yarn workspace @adeira/sx-design storybook

Specific workspace names can be found in individual package.json files of each workspace.

Do you need some help? Feel free to ask. :)