Ritmin CLI is the official command-line interface tool for the Ritmin framework, designed to simplify the creation, management, and building of Ritmin projects. This tool provides a set of commands that help developers accelerate and streamline the development process.
- Project Creation: Simplifies the creation of new Ritmin projects with an organized and scalable structure.
- Component Management: Offers commands to create, update, and delete components within the project.
- Build and Distribution: Supports build and distribution processes using tools like Rollup.
- Testing: Integrates with testing frameworks to facilitate running tests and ensuring code quality.
- Documentation: Simplifies the creation and updating of project documentation.
npm install -g ritmin-cliDetailed usage instructions are available in the official documentation.
- Node.js v14 or higher.
- npm v6 or higher.