Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T23:28:42.000Z (11 months ago)
- Last Synced: 2024-10-14T03:41:54.595Z (about 1 month ago)
- Topics: hacktoberfest, javascript, meteor, meteorjs, template
- Language: JavaScript
- Homepage:
- Size: 298 KB
- Stars: 10
- Watchers: 3
- 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.[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
![GitHub](https://img.shields.io/github/license/Meteor-Community-Packages/template-package)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/Meteor-Community-Packages/template-package.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Meteor-Community-Packages/template-package/context:javascript) ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/Meteor-Community-Packages/template-package?label=latest&sort=semver) [![](https://img.shields.io/badge/semver-2.0.0-success)](http://semver.org/spec/v2.0.0.html)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg)](#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
[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)### Semver
This repository is setup to follow the [Semantic Versioning standard](https://semver.org/).[![](https://img.shields.io/badge/semver-2.0.0-success)](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!