ogito 1.5.3

A lightweight CLI tool for managing and generating projects from custom templates
# ogito🍸


![Crates.io Version](https://img.shields.io/crates/v/ogito)
![Crates.io Total Downloads](https://img.shields.io/crates/d/ogito)

A lightweight CLI tool for managing and generating projects from custom templates. `ogito` allows you to quickly create new projects from your personal collection of templates. For more information, please visit [ogito.app](https://ogito.netlify.app).

## Features


- πŸ“ Add and manage project templates from Git repositories or local paths
- πŸš€ Generate new projects quickly from your template collection
- πŸ”„ Update templates from their sources with a single command
- πŸ“‹ List and organize your templates with metadata
- πŸ’» Clean and intuitive command line interface

## Install


```bash
# cargo

cargo install ogito

# npm

npm install -g ogito
```

## Contributing


Contributions are welcome! Feel free to submit issues and pull requests.

## License


This project is open source under the [MIT LICENSE](LICENSE).