abg-cli
v0.1.23
Published
CLI for generating awesome boilerplate code for various technologies
Downloads
4
Readme
ABG CLI
ABG CLI is a command-line interface for generating awesome boilerplate code for various technologies.
Installation
To install the ABG CLI globally, you can use npm. Run the following command:
npm install -g abg-cli
Usage
After installing the CLI globally, you can use the following command to start the CLI interface:
npx abg-cli
This command will launch an interactive prompt to guide you through the project generation process.
After creating project repository don`t forget to run command:
npm install
or
npm i
to install packages in your project
Features
- Easily generate boilerplate code for various technologies.
- Customizable project templates.
- Built-in formatting and linting tools.
Repository
You can find the source code of this project on GitHub.
Contributing
Contributions are welcome! Please check the Contribution Guidelines for more information.
License
This project is licensed under the MIT License - see the LICENSE file for details.