Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

theopensystemslab/planx-metarepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlanX MetaRepo

This uses meta to manage all of the PlanX repositories.

To use PlanX locally run npx meta git clone git@github.com:theopensystemslab/planx-metarepo

To install specific repositories you can add flags to the end of the command e.g. --include-only planx,socket-server

Repositories

Repo Description Access Status
api TypeORM/Express REST & socket.io WS API private CircleCI
backend ruby on rails API and basic CMS private
editor new policy editor private CircleCI
local-authority-api node API for accessing council data private CircleCI
planx react frontend and (old) editor private
socket-server node socket.io server private

Usage

To run a command against all repositories use

npx meta exec [COMMAND]

e.g. npx meta exec yarn install