https://github.com/devinit/di-librarian
Slack app to archive and index knowledge
https://github.com/devinit/di-librarian
Last synced: 6 months ago
JSON representation
Slack app to archive and index knowledge
- Host: GitHub
- URL: https://github.com/devinit/di-librarian
- Owner: devinit
- License: mit
- Created: 2023-05-02T18:25:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T16:28:47.000Z (almost 3 years ago)
- Last Synced: 2025-06-02T01:15:37.979Z (9 months ago)
- Language: TypeScript
- Size: 382 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DI Librarian
Slack app to archive and index knowledge
**Guide Outline**:
- [Setup](#setup)
- [Install the Slack CLI](#install-the-slack-cli)
- [Resources](#resources)
---
## Setup
Before getting started, make sure you have a development workspace where you
have permissions to install apps. If you don’t have one set up, go ahead and
[create one](https://slack.com/create). Also, please note that the workspace
requires any of [the Slack paid plans](https://slack.com/pricing).
```
slack-cli run
```
### Install the Slack CLI
To use this template, you first need to install and configure the Slack CLI.
Step-by-step instructions can be found in our
[Quickstart Guide](https://api.slack.com/future/quickstart).
## Resources
To learn more about developing with the CLI, you can visit the following guides:
- [Creating a new app with the CLI](https://api.slack.com/future/create)
- [Configuring your app](https://api.slack.com/future/manifest)
- [Developing locally](https://api.slack.com/future/run)
To view all documentation and guides available, visit the
[Overview page](https://api.slack.com/future/overview).