Mama CLI: A powerful developer toolset for streamlining project initialization and management
npm install mama-cli
Like a mama who helps her child grow.
Like a loving mother who raises her child, mama-cli will accompany you to grow in the world of technology. Mama-cli provides various commands that are ready for us to use to create new init projects and contribute to existing projects.
bash
npm i -g mama-cli
`
YARN
`bash
yarn global add mama-cli
`
PNPM
`bash
pnpm add -g mama-cli
`
BUN
`bash
bun add -g mama-cli
`---
Commands
$3
`bash
mama [options]
`
#### Options
`bash
Options:
-v, --version Show version number
-h, --help Display help for commands
`
$3
`bash
mama create
`
`bash
Mama CLI : Like a mama who helps her child grow.
? Select project boilerplate: (Use arrow keys)
⯠Frontend NextJs
Fullstack NextJs
Mobile Flutter
Service (Bun + Hono)
Service (Golang)
`
Init
Initial for the existing project
`bash
mama init [type] Initialize for existing project application default next
``---
- Feature 1: Brief description of the feature.
- Feature 2: Brief description of the feature.
- Feature 3: Brief description of the feature.
---
For comprehensive guides and API references, visit our official documentation.
---
Join the conversation and connect with other users:
---
We welcome contributions! Please check out our contributing guide for details on how to get started. Make sure to follow our code of conduct.
---
This project is licensed under the MIT License.
---
Made with â¤ď¸ by Mataraman Dev