Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monokrome/python-bootstrapper
Simple repostory which an be cloned to bootstrap a Python project.
https://github.com/monokrome/python-bootstrapper
Last synced: 12 days ago
JSON representation
Simple repostory which an be cloned to bootstrap a Python project.
- Host: GitHub
- URL: https://github.com/monokrome/python-bootstrapper
- Owner: monokrome
- License: bsd-3-clause
- Created: 2018-08-18T01:57:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T00:58:32.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T08:32:48.484Z (7 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# THIS IS MOVED TO GIT.SR.HT. Visit https://git.sr.ht/~monokrome/python-bootstrapper
# python-bootstrapper
### What it is?!
Simple repostory which can be cloned to bootstrap a Python project. Provides a
simple list of TODO items for getting your project up as fast as possible,
which can be discovered by searching the repository for the word TODO after
downloading or forking it.For instance, a step may look like this in the code:
TODO: Replace README.md with a file that explains your project.
Yes, this is a real one. You should definitely do it :)
### Examples of setting up
In most Unix operating systems, you can find TODO items with grep:
$ grep -R TODO .
In Vim, you could find and show a list with:
:vimgrep TODO **
:copenIn most GUI-based text editors, you can use CTRL+SHIFT+F and search files for
TODO.### Contributing
Please feel free to include more specific examples in pull requests if you have
suggestions for any!