slackapi / deno-slack-sdk

SDK for building Run on Slack apps using Deno
https://api.slack.com/automation
MIT License
155 stars 27 forks source link

feat: add readme to denoland #264

Closed WilliamBergamin closed 7 months ago

WilliamBergamin commented 7 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

I took this approach from the next.js project

Feedback

Requirements