slackapi / deno-slack-hub

Connectors used to build coded workflows for Run on Slack apps using Deno
https://deno.land/x/deno_slack_hub
MIT License
9 stars 3 forks source link

feat: add readme to denoland #33

Closed WilliamBergamin closed 10 months ago

WilliamBergamin commented 10 months ago

Summary

This PR aim to allow denoland to display the readme.md from this repository while maintaining a single source of truth for the readme

Testing

Test this out from this branch

Special notes

This change moves the README.md content to src/README.md and creates a symbolic link between README.md and src/README.md, this makes src/README.md the source of truth but allows GitHub to properly render the README.md file

Feedback

Requirements