mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-12 06:19:06 +00:00
![Gabriel Arazas](/assets/img/avatar_default.png)
This update is too large, I made too many notes on stuff. Nonetheless, it is very nice to see progress. I've made note revisions on the following topics: - Learning - Writing - Various Linux-related stuff I've yet to start learning illustration but I'll be starting tomorrow for an update how do I keep in mind with those writings. There are still a lot of things to be processed from the backlog with yet more notes on learning but I keep having those perspectives whenever I practice so ehhh... Better have those than nothing? Furthermore, I've also updated the timestamp format. It is pretty simple to update all of the notes with a couple of `sed` calls. Aaaand, I've also changed the way how the assets stored with the folders only leaving it up for the generated files instead of enforcing it on every note. I create more visual aids and managing them is a pain for each note. This restructuring frees me of that burden.
1.2 KiB
1.2 KiB
Cookiecutter
A project scaffolding tool enabling to create projects instantly. You can generate projects from your own Cookiecutter template or others' template.
Features
- The tool makes use of Jinja2 for templating.
- Template files and directories name.
- Hooks either with a shell or Python script.
Ecosystem
- Cookiecutter has plenty of templates available online
- Cruft is a boilerplate manager allowing you to update templates after scaffolding, check and validate the templates, and 100% compatibility with Cookiecutter templates
- a couple of Cookiecutter templates maintained by the team includes cookiecutter-django and cookiecutter-pypackage; good examples to get started presenting how complex a template can be