Skip to content

DNSCond/devvit-common-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devvit-common-operations

some opertations i thought many people need.

note: this is unofficial;

collaborating, howto?

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

repository folder structure

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/>

how to use

  1. look for a file you want to include in your project.
  2. create a file in your project's relavant folder with the same name or a name you choose.
  3. copy the text of the file.
  4. paste the contents in the file.
  5. either use npm install <dependancy> or add the dependancy to the package.json of the dependancys listed by the creator.
  6. npm install.
  7. import it in your project.
  8. now you can use a single function or multiple!

About

some opertations i thought many people need. donate your own?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published