Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivangabriele/mai-studio
https://github.com/ivangabriele/mai-studio
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivangabriele/mai-studio
- Owner: ivangabriele
- License: agpl-3.0
- Created: 2024-03-02T17:24:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-02T17:24:35.000Z (9 months ago)
- Last Synced: 2024-10-12T19:32:49.379Z (about 1 month ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Base GitHub Repository Template
A general-purpose GitHub repository template that's ready for community-driven open-source projects.
## Features
- **License**
- [GNU Affero General Public License](https://www.gnu.org/licenses/why-affero-gpl.html):
- Ensures code can be used in commercial projects but any changes must be open-sourced.
- **Community Standards**
- Includes all the [recommended Community Standards files](https://opensource.guide) for open-source projects.
- **GitHub Actions Workflow**
- A self-deleting workflow amending the default "Initial commit" message
with a [Conventional Commit](https://www.conventionalcommits.org) one: `feat: initialize project`.
- **EditorConfig**
- An [EditorConfig](https://editorconfig.org) file following most common coding standards.
- **CommitLint**
- A customized [CommitLint](https://commitlint.js.org) configuration file for enforcing commit message formats.
- **Renovate**
- A customized [Renovate](https://github.com/renovatebot/renovate) configuration file
for automated dependency management.