Skip to content

CodeTease/plexo

Repository files navigation

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 sync

Config (plexo.config.json)

{
  "sourceDir": "./my-configs",
  "variables": {
    "AUTHOR": "CodeTease"
  }
}

You also need Python to run Plexo.

(I don't know if Python is necessary, but it works though.)

License

This project is under the MIT License.

About

The ultimate config synchronizer for the Teaserverse ecosystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published