An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![](https://github.com/FPGAwars/icm/raw/master/wiki/Logo/icm-github.svg)

[![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).

------
![](https://github.com/FPGAwars/icestudio-wiki/raw/main/Logos/fgpawars-banner.svg)

[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)