https://github.com/qeffects/selene-placeholder-package-2
https://github.com/qeffects/selene-placeholder-package-2
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qeffects/selene-placeholder-package-2
- Owner: qeffects
- Created: 2024-03-20T15:50:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T05:52:17.000Z (about 2 years ago)
- Last Synced: 2024-10-15T06:06:43.196Z (over 1 year ago)
- Language: Lua
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to your new project, Selene-Placeholder-Package-2, feel free to edit the `module.json` file so it fits your needs
Next steps:
` selene fetch`
will fetch all of the modules available for download
` selene list`
will show a list of all available modules (run after fetch)
` selene add `
will add a new module to your project
` selene install`
will install all of the modules listed in your module.json
` selene update`
will compare local and remote hashes for packages and update what's needed
Remember to add `require("selene")` to the very top of your projects root file!
Rando change;;