Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozmeao/meao-project-skeleton
Barest of bones for a new MEAO project
https://github.com/mozmeao/meao-project-skeleton
Last synced: about 1 month ago
JSON representation
Barest of bones for a new MEAO project
- Host: GitHub
- URL: https://github.com/mozmeao/meao-project-skeleton
- Owner: mozmeao
- License: mpl-2.0
- Created: 2023-02-13T17:53:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T22:19:55.000Z (about 1 year ago)
- Last Synced: 2024-04-16T03:18:56.170Z (8 months ago)
- Language: Makefile
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skeleton project
The base layer for a new Python project, including pre-commit config, a makefile for compiling dependencies and and MPL2.0 license
To use this project:
* Download the archive of `main`
* Unpack and rename the directory to your new project name
* Delete the .git dir in the directory
* `git init` to set a fresh history running----
LICENSE: [Mozilla Public License Version 2.0](LICENSE)