Skip to content

Releases: ChristoferMendes/mm-cli

Launch of MM CLI V1

05 Jun 01:12
Compare
Choose a tag to compare

MM CLI, A Command-Line Tool for Dynamically Generating React Files

MM CLI is a powerful command-line interface (CLI) for dynamically generating React and React Native files. This versatile and comprehensive tool brings a host of advanced features to streamline and simplify the process of React application development.

This CLI enables developers to dynamically create React and React Native files, customizing them based on the information provided in the user's "package.json" file, i.e, with you have typescript, it will create .ts files, if you have react-native, it will import the files from 'react-native' (Text and View) and so on!

Another feature of MM CLI is its integration with Git, providing a set of utilities to facilitate working with repositories. Developers can easily clone repositories, leveraging the locally stored information in MM CLI through Prisma. Furthermore, the CLI offers an option to quickly delete the last cloned repository, simplifying project management.

To ensure user convenience and security, MM CLI allows storing credentials directly within the tool, facilitating access to services such as the aforementioned Git integration. Moreover, the CLI provides the flexibility to customize various settings, including the default file generation pattern. Developers can specify whether they want to create files with the "index" pattern or not, adapting to their individual preferences and workflows.

Just install it with:

npm install -g mm-tec-cli