Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fireblinkltd/fbl-workspace

Meta repository for fbl-plugins
https://github.com/fireblinkltd/fbl-workspace

Last synced: about 2 months ago
JSON representation

Meta repository for fbl-plugins

Awesome Lists containing this project

README

        

# FBL Development Workspace

This is a meta repository for [fbl](https://fbl.fireblink.com) and `@flb-plugins/*` development. All in one place and managed by [meta](https://github.com/mateodelnorte/meta).

## Quick Start

```bash
# install meta locally
yarn install

# clone all plugins and fbl
yarn clone

# switch branch across all repos
yarn checkout

# install node dependencies across all nested repositories
yarn install:all

# build node modules across all nested repositories
yarn build:all
```