Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 **
:copen

In 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!