Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fireblinkltd/fbl-workspace
- Owner: FireBlinkLTD
- Created: 2019-04-26T11:33:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T16:41:54.000Z (over 2 years ago)
- Last Synced: 2023-03-02T02:55:41.759Z (almost 2 years ago)
- Size: 358 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
```