meteor-migrations

(★ 243)

Simple migration system for Meteor

File Explorer

  • .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

jsDelivr

jsDelivr 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.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

logger

View Details ▼

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 ▼

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

// repository documentation