https://github.com/deviavir/rocket-apps-oncall
@OncallApp set oncall <name>
https://github.com/deviavir/rocket-apps-oncall
Last synced: about 1 year ago
JSON representation
@OncallApp set oncall <name>
- Host: GitHub
- URL: https://github.com/deviavir/rocket-apps-oncall
- Owner: DeviaVir
- License: mit
- Created: 2023-01-24T10:09:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T09:28:19.000Z (over 1 year ago)
- Last Synced: 2025-04-02T03:44:52.250Z (over 1 year ago)
- Language: TypeScript
- Size: 841 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oncall
oncall
## Getting Started
Now that you have generated a blank default Rocket.Chat App, what are you supposed to do next?
Start developing! Open up your favorite editor, our recommended one is Visual Studio code,
and start working on your App. Once you have something ready to test, you can either
package it up and manually deploy it to your test instance or you can use the CLI to do so.
Here are some commands to get started:
- `rc-apps package`: this command will generate a packaged app file (zip) which can be installed **if** it compiles with TypeScript
- `rc-apps deploy`: this will do what `package` does but will then ask you for your server url, username, and password to deploy it for you
## Documentation
Here are some links to examples and documentation:
- [Rocket.Chat Apps TypeScript Definitions Documentation](https://rocketchat.github.io/Rocket.Chat.Apps-engine/)
- [Rocket.Chat Apps TypeScript Definitions Repository](https://github.com/RocketChat/Rocket.Chat.Apps-engine)
- [Example Rocket.Chat Apps](https://github.com/graywolf336/RocketChatApps)
- Community Forums
- [App Requests](https://forums.rocket.chat/c/rocket-chat-apps/requests)
- [App Guides](https://forums.rocket.chat/c/rocket-chat-apps/guides)
- [Top View of Both Categories](https://forums.rocket.chat/c/rocket-chat-apps)
- [#rocketchat-apps on Open.Rocket.Chat](https://open.rocket.chat/channel/rocketchat-apps)