meteor-migrations
Simple migration system for Meteor
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
logger
설명 보기 ▼
logger
syslog에 메시지 기록.
더 많은 정보: <https://manned.org/logger.1p>.
logger {{message}}
syslog에 메시지 기록:
logger {{message}}
Log a message to syslog:
echo {{log_entry}} | logger
Take input from `stdin` and log to syslog:
tag
설명 보기 ▼
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:
# 프로젝트 배지
-
Build Status 바로가기
// repository documentation
Was this content helpful?
(0 ratings)
