https://github.com/fpgawars/icm
:snowflake: Icestudio collections manager
https://github.com/fpgawars/icm
cli collections icestudio python
Last synced: 2 months ago
JSON representation
:snowflake: Icestudio collections manager
- Host: GitHub
- URL: https://github.com/fpgawars/icm
- Owner: FPGAwars
- License: gpl-2.0
- Created: 2017-03-20T14:23:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T06:35:26.000Z (12 months ago)
- Last Synced: 2025-03-22T16:52:51.842Z (3 months ago)
- Topics: cli, collections, icestudio, python
- Language: Python
- Homepage: https://github.com/FPGAwars/icm/wiki
- Size: 151 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[![PyPI Version][pypi-image]][pypi-url]
[![Build Status][build-image]][build-url]
[![License][license-image]][license-url]# Icestudio collection manager
Tools to manage [Icestudio](https://github.com/FPGAwars) collections: template creation, translation update, automatic readme generation...
## Documentation
Find all the information on the [WIKI page](https://github.com/FPGAwars/icm/wiki)
## Install
```bash
pip install icm
```## Commands
| Command | Description |
|:----------:|:-----------:|
| [create](https://github.com/FPGAwars/icm/wiki#icm-create) | Create a collection structure. |
| [update](https://github.com/FPGAwars/icm/wiki#icm-update) | Update docs and translation. |
| [validate](https://github.com/FPGAwars/icm/wiki#icm-validate) | Validate a collection. |## Development
### Installing the development version on Ubuntu
```
sudo pip3 install -U git+https://github.com/FPGAwars/icm.git
```## Authors
* [Jesús Arroyo Torrens](https://github.com/Jesus89)
## Contributors
* [Juan Gonzalez Gomez (Obijuan)](https://github.com/Obijuan)
## License
Licensed under [GPLv2](http://opensource.org/licenses/GPL-2.0).
------
[pypi-image]: https://img.shields.io/pypi/v/icm
[pypi-url]: https://pypi.org/project/icm/
[build-image]: https://github.com/FPGAwars/icm/actions/workflows/build.yml/badge.svg
[build-url]: https://github.com/FPGAwars/icm/actions/workflows/build.yml
[license-image]: http://img.shields.io/:license-gpl-blue.svg
[license-url]: (http://opensource.org/licenses/GPL-2.0)