https://github.com/devosoft/cookiecutter-empirical-project
A template for creating a new Empirical-based project
https://github.com/devosoft/cookiecutter-empirical-project
Last synced: 10 months ago
JSON representation
A template for creating a new Empirical-based project
- Host: GitHub
- URL: https://github.com/devosoft/cookiecutter-empirical-project
- Owner: devosoft
- License: mit
- Created: 2019-04-04T12:22:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T01:53:12.000Z (almost 2 years ago)
- Last Synced: 2025-05-13T14:52:18.828Z (about 1 year ago)
- Language: Makefile
- Homepage: https://devosoft.github.io/cookiecutter-empirical-project
- Size: 4 MB
- Stars: 7
- Watchers: 7
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Cookiecutter Empirical Project
[](https://travis-ci.org/devosoft/cookiecutter-empirical-project)
[Cookiecutter](https://github.com/audreyr/cookiecutter) template for an Empirical Project.
Take a look at a live example of an instantiated template [here](https://github.com/devosoft/cookiecutter-empirical-project/tree/cut-cookie).
* GitHub repo: https://github.com/devosoft/cookiecutter-empirical-project/
* Free software: MIT LICENSE
An offshoot of the [Empirical C++ Library](https://github.com/devosoft/Empirical).
## Features
* [GitHub Actions](https://github.com/features/actions): Ready for Continuous Integration testing and deployment with GitHub actions.
* [Github Pages](https://pages.github.com/): Auto-deploy your web application (like [this](https://devosoft.github.io/cookiecutter-empirical-project)).
* [Sphinx](http://sphinx-doc.org/) docs: Documentation ready for generation and deployment with, for example, [ReadTheDocs](https://readthedocs.io/).
* [Bumpversion](https://github.com/peritus/bumpversion): Pre-configured version bumping with a single command.
## Quickstart
Install the latest Cookiecutter if you haven't installed it yet::
```bash
pip install -U cookiecutter
```
Generate an Empirical project:
```bash
cookiecutter https://github.com/devosoft/cookiecutter-empirical-project.git
```
`hooks/post_gen_project.sh` will run to initialize submodules.
If you want your repo to automatically push to github, set up the remote repo first.
Take it for a spin!
```bash
make test
```
Then add the repo to your [ReadTheDocs](https://readthedocs.io/) account + turn on the ReadTheDocs service hook.