Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orangewise/robodo-include-local-packages
Include private packages in your meteor app `packages` folder.
https://github.com/orangewise/robodo-include-local-packages
Last synced: 8 days ago
JSON representation
Include private packages in your meteor app `packages` folder.
- Host: GitHub
- URL: https://github.com/orangewise/robodo-include-local-packages
- Owner: orangewise
- License: mit
- Created: 2015-05-26T08:55:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T18:24:17.000Z (over 9 years ago)
- Last Synced: 2024-04-20T10:22:41.785Z (7 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# robodo:include-local-packages
Include private packages in your meteor app `packages` in order to deploy easily to scalingo.This is a debugOnly package, it does not compile to production code.
# Installation
```
meteor add robodo:include-local-packages
```Point your PACKAGES_DIRS environment variable to your private packages folder on your computer.
# Usage
After adding the package and starting your app, a new file is added: include-local-packages
List your private packages in this file (make sure to add an extra line at the bottom).
Example include-local-packages file:
```
robodo:meteor-debug
robodo:masonrify```
The packages syncs and watches your local private packages that you maintain in your $PACKAGES_DIRS folder to your app/packages folder.
# License
The code is licensed under the [MIT License](LICENSE).