Skip to content

A repository template for open source project standardization.

License

Notifications You must be signed in to change notification settings

invoker-bot/repository-template

Repository files navigation

Repository Template

A repository template for common open-source project standardization (README, CONTRIBUTING, GitHub templates, etc).

I found sometimes it's hard to start a project especially for single developers or small organizations. It is tired even just writing documentations, configurations and workflows. Fortunately, there are much similar works in many projects. So I include most of essential files that basically requires a simple open project's needs. Then, we can just clone this repository as a starting template when we want to create a new project, which simplifies the project starting process wasting time in past.

We hope this template enables you to write better documentation for your own projects! Any contributions are welcome from all.

To Start

There are few ways to use this template. e.g.:

Contributing

Any contributing including bug reports, proposals and pull requests is welcomed!

Usage

  1. Bump version with Standard Version

    • with first release, run:

      npm run release -- --first-release

    • with pre-release, run:

      npm run release -- --prerelease [alpha|beta|rc|stable]

    • with version bump, run:

      npm run release -- --release-as [major|minor|patch]

References & Resources

For more on project documentation:

About

A repository template for open source project standardization.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages