An example Grayscale package demonstrating the correct structure for community packages. Use this as a template when creating your own.
- Required file header with all fields
#docattribute on every function- Flat structure (no subdirectories)
- No
main()function - Semver git tag (e.g:
v0.1.0)
- The central packages registry: Grayscale Packages
After that's committed, tag the repo:
git tag v0.1.0
git push origin v0.1.0