Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rambler-digital-solutions/scaraplate
Scaraplate is a wrapper around cookiecutter which allows to repeatedly rollup project templates onto concrete projects.
https://github.com/rambler-digital-solutions/scaraplate
cookiecutter project-templates
Last synced: 5 days ago
JSON representation
Scaraplate is a wrapper around cookiecutter which allows to repeatedly rollup project templates onto concrete projects.
- Host: GitHub
- URL: https://github.com/rambler-digital-solutions/scaraplate
- Owner: rambler-digital-solutions
- License: mit
- Created: 2019-06-29T18:50:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T14:30:50.000Z (over 1 year ago)
- Last Synced: 2024-04-14T09:52:50.295Z (7 months ago)
- Topics: cookiecutter, project-templates
- Language: Python
- Homepage: https://scaraplate.readthedocs.io/
- Size: 607 KB
- Stars: 58
- Watchers: 11
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
# scaraplate
[![GitHub Actions Build status][gha-badge]][gha-link]
[![scaraplate on pypi][pypi-badge]][pypi-link]
[![docs at readthedocs][docs-badge]][docs-link]
[![Licensed under MIT][license-badge]][license-link]
[![Code style: black][black-badge]][black-link][gha-badge]: https://img.shields.io/github/actions/workflow/status/rambler-digital-solutions/scaraplate/ci.yml?branch=main
[gha-link]: https://github.com/rambler-digital-solutions/scaraplate/actions
[pypi-badge]: https://img.shields.io/pypi/v/scaraplate.svg
[pypi-link]: https://pypi.org/project/scaraplate/
[docs-badge]: https://readthedocs.org/projects/scaraplate/badge/?version=latest
[docs-link]: https://scaraplate.readthedocs.io/
[license-badge]: https://scaraplate.readthedocs.io/en/latest/_static/license.svg
[license-link]: https://github.com/rambler-digital-solutions/scaraplate/blob/main/LICENSE
[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg
[black-link]: https://github.com/psf/blackScaraplate is a wrapper around [cookiecutter][cookiecutter]
which allows to repeatedly rollup project templates onto concrete projects.[cookiecutter]: https://github.com/cookiecutter/cookiecutter
Docs: https://scaraplate.readthedocs.io/