plexo
v0.1.0
Published
The ultimate config synchronizer for the Teaserverse ecosystem.
Downloads
99
Readme
Plexo
Plexo synchronizes your .prettierrc, .gitignore, and other configs from a central source to your projects.
Quick Start
# 1. Install
npm install -g plexo
# 2. Setup (creates plexo.config.json)
plexo init
# 3. Sync configs
plexo syncConfig (plexo.config.json)
{
"sourceDir": "./my-configs",
"variables": {
"AUTHOR": "CodeTease"
}
}You also need Python to run Plexo.
License
This project is under the MIT License.
