0.0.5 • Published 1 year ago
create-monox v0.0.5
create-monox
Create Monox is a tool to create a monorepo with a single package.
NOTE: For now this package is placeholder for future development.
Installation
NPM:
npx create-monox
Yarn:
yarn create monox
PNPM:
pnpm create-monox
Targets:
- Create a monorepo with a single package.
- Add & Remove a package to the monorepo.
- List all packages in the monorepo with their dependencies.
- Deployment types (e.g. node, generate, python, etc.).
- Deployment adapters (e.g. pm2, k8s, etc.).