meteor-migrations
Simple migration system for Meteor
File Explorer
- test.yml
- .finished-upgraders
- .gitignore
- .id
- packages
- platforms
- release
- versions
- main.css
- main.html
- main.js
- percolate:migrations
- main.js
- package-lock.json
- package.json
- .gitignore
- .gitignore
- .versions
- CONTRIBUTING.md
- LICENSE
- migrate.sh
- migrations_server.js
- migrations_tests.js
- package-lock.json
- package.js
- package.json
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
logger
View Details ▼
logger
Add messages to syslog.
logger {{message}}
Log a message to syslog:
logger {{message}}
Log a message to syslog:
echo {{log_entry}} | logger
Take input from `stdin` and log to syslog:
tag
View Details ▼
tag
Edit tags on Mac OS X files (10.9 Mavericks and above).
tag {{[-a|--add]}} {{tag_name1,tag_name2,...}} {{path/to/file}}
Add tags to a file:
tag {{[-r|--remove]}} {{tag_name}} {{path/to/file}}
Remove a tag:
tag {{[-r|--remove]}} \* {{path/to/file}}
Remove all tags from a file:
# Project Badges
-
Build Status Visit
// repository documentation
Was this content helpful?
(0 ratings)
