https://github.com/meteor-community-packages/template-package
Template package with CI and everything else to get started quickly with creating a new FOSS Meteor package.
https://github.com/meteor-community-packages/template-package
hacktoberfest javascript meteor meteorjs template
Last synced: 26 days ago
JSON representation
Template package with CI and everything else to get started quickly with creating a new FOSS Meteor package.
- Host: GitHub
- URL: https://github.com/meteor-community-packages/template-package
- Owner: Meteor-Community-Packages
- License: mit
- Created: 2019-11-15T12:42:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T23:28:42.000Z (over 1 year ago)
- Last Synced: 2025-03-26T00:12:48.546Z (about 1 month ago)
- Topics: hacktoberfest, javascript, meteor, meteorjs, template
- Language: JavaScript
- Homepage:
- Size: 298 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# template-package
Template package with CI and everything else to get started quickly with creating a new FOSS Meteor package.[](https://www.repostatus.org/#active)

[](https://standardjs.com)
[](https://lgtm.com/projects/g/Meteor-Community-Packages/template-package/context:javascript)  [](http://semver.org/spec/v2.0.0.html)
[](#contributors-)## Getting started
1. Copy this repo to your new repository
2. Update links, names and content in `package.js`, `package.json`, `CHANGELOG.md`, `CONTRIBUTING.md`, `README.md`
3. Update content in `.github` directory to your liking.
* [Funding documentation](https://help.github.com/en/github/building-a-strong-community/displaying-a-sponsor-button-in-your-repository)## What is under the hood
### GitHub apps
* [All Contributors](https://allcontributors.org/)
* [LGTM.com](https://lgtm.com/)### Code style
[](https://github.com/standard/standard)### Semver
This repository is setup to follow the [Semantic Versioning standard](https://semver.org/).[](http://semver.org/spec/v2.0.0.html)
### Typescript
If you want to use TypeScript in your package follow the following steps.#### package.js
#### Standard
You will need to adjust StandardJS according to [their guide](https://standardjs.com/index.html#typescript).## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!