some opertations i thought many people need.
note: this is unofficial;
i dont know either, but i feel like making a pull request is the best way.
if you know how to manage this or have hints or questions please feel free to message this person
please be detailed as possible, i will most likely not respond to messages without context, the url is context enough, also please do not send this prefilled message without editing.
https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project
also i dont know how to make the licensing work
src / (the root of all code)
| - devvit / (everything devvit. aka all of it)
| - mod / (mod tools with "@devvit/public-api")
| - web / (devvit web with "@devvit/web")
| - server (devvit web server)
| - client (devvit web client)
plewase name your files as the function they contain. and put your name and reddit url with it.
u/antboiy <https://reddit.com/u/antboiy/>
- look for a file you want to include in your project.
- create a file in your project's relavant folder with the same name or a name you choose.
- copy the text of the file.
- paste the contents in the file.
- either use
npm install <dependancy>or add the dependancy to thepackage.jsonof the dependancys listed by the creator. npm install.importit in your project.- now you can use a single function or multiple!