Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airmime/minstyle.io-generator
:hammer: Generator / Customizer for minstyle.io CSS framework.
https://github.com/airmime/minstyle.io-generator
css-framework generator
Last synced: about 1 month ago
JSON representation
:hammer: Generator / Customizer for minstyle.io CSS framework.
- Host: GitHub
- URL: https://github.com/airmime/minstyle.io-generator
- Owner: Airmime
- Created: 2022-04-02T16:25:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T19:45:50.000Z (over 1 year ago)
- Last Synced: 2024-10-24T22:39:50.511Z (3 months ago)
- Topics: css-framework, generator
- Language: CSS
- Homepage: https://generator.minstyle.io
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minstyle.io-generator
> Generator / Customizer for minstyle.io CSS framework.
## Informations
minstyle.io-generator is a REST service developed under Spring Boot, allowing to generate the custom CSS file of [minstyle.io CSS framework](https://minstyle.io).
## Technical Stack
The service has been developed with the following technologies :
JAVA REST Service :
* Spring Boot (`2.6.2`)
* spring-boot-starter-web
* spring-boot-starter-test (Tests are developed via `JUNIT5`)
* spring-boot-starter-validation
* spring-boot-starter-data-mongodb
* spring-boot-devtools
* bucket4j (Allowing request throttling control implementation)
* lombok
* commons-ioData :
* MongoDB Database (on MongoDB Cloud)Web :
* HTML/CSS, JS
* [minstyle.io](http://minstyle.io) CSS Framework.
* [Coloris](https://github.com/mdbassit/Coloris) (for color picker).## Use
The REST service exposes two end points. The first one allows to customize the [four main colors](https://minstyle.io/docs/Layout/colors) of the framework (`.ms-primary`, `.ms-secondary`, `.ms-action`, `.ms-action2`), and to download the CSS file :
```
https://generator.minstyle.io/download/{primaryColor}/{secondaryColor}/{actionColor}/{action2Color}
```The second end point allows you to download the CSS file of the framework, with the default colors :
```
https://generator.minstyle.io/download
```## License
Under MIT License.
## Links
- [minstyle.io](https://minstyle.io/)
- [minstyle.io repository](https://github.com/Airmime/minstyle.io)