https://github.com/javascriptlove/meteor-package-boilerplate
https://github.com/javascriptlove/meteor-package-boilerplate
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/javascriptlove/meteor-package-boilerplate
- Owner: javascriptlove
- Created: 2016-01-15T12:22:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T13:59:15.000Z (about 10 years ago)
- Last Synced: 2025-01-28T12:45:46.955Z (12 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-package-boilerplate
This is a small package boilerplate that you can use to fork and build your own package
### Test this package by running this command from you app
```meteor test-packages meteor-package-boilerplate```
### Test this package by running this command from the package folder
```meteor test-packages ./```