https://github.com/cmccandless/python-bootstrap
Template repository for Python packages
https://github.com/cmccandless/python-bootstrap
Last synced: 5 months ago
JSON representation
Template repository for Python packages
- Host: GitHub
- URL: https://github.com/cmccandless/python-bootstrap
- Owner: cmccandless
- License: mit
- Created: 2018-09-21T19:56:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T13:14:37.000Z (over 7 years ago)
- Last Synced: 2025-01-13T03:12:14.323Z (12 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-bootstrap
Template repository for Python packages
## Usage
1. Fork this repository
2. Clone your fork
3. Run `bootstrap.py`
- This README will be replaces by the template README
- Included LICENSE will be removed; use `-l` option if you wish to generate a license
4. Confirm no errors occurred, then run `rm bootstrap.py && git rm bootstrap.py && git commit -m 'Delete bootstrap script'`