Skip to content

Commit

Permalink
add simbolic link to readme (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin authored Jan 8, 2024
1 parent a9a9bab commit 3367b78
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 38 deletions.
38 changes: 0 additions & 38 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
38 changes: 38 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# deno-slack-protocols

This library is a utility for use by Slack's next-generation application
platform, focused on remixable units of functionality encapsulated as ephemeral
functions. It implements the rules for communication (i.e. the protocol) between
[Slack CLI][cli] and any Slack app development SDKs.

This is separate from the [deno-slack-hooks][hooks] project, which implements
the various APIs encapsulating work delegation from the CLI to the SDK. The
[deno-slack-hooks][hooks] project implements the API, which uses this library
under the hood.

## Requirements

This library requires a recent (at least 1.22) version of
[deno](https://deno.land).

## Running Tests

If you make changes to this repo, or just want to make sure things are working
as desired, you can run:

deno task test

To get a full test coverage report, run:

deno task coverage

---

### Getting Help

We welcome contributions from everyone! Please check out our
[Contributor's Guide](https://github.com/slackapi/deno-slack-protocols/blob/main/.github/CONTRIBUTING.md)
for how to contribute in a helpful and collaborative way.

[cli]: https://github.com/slackapi/slack-cli
[hooks]: https://github.com/slackapi/deno-slack-hooks

0 comments on commit 3367b78

Please sign in to comment.