Package description.
Using pully
/pully install packagename
{
"dependencies": {
"packagename": "0.1.0"
}
}Include if you want to make obvious how to use the module.
/packagename do_stuff
This command does stuff to solve all problems you encounter in life.
Include if your package has commands.
Describe what this command does.
Include concepts or boilerplate code.
// You can use this boilerplate code when using packagename
let packagenameDependent = {
// content
};Include if your package has public functions.
packagename.use(param: String) → PlayerEntity
Describe what this function does.