Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

example-package

An example Grayscale package demonstrating the correct structure for community packages. Use this as a template when creating your own.

What This Shows

  • Required file header with all fields
  • #doc attribute on every function
  • Flat structure (no subdirectories)
  • No main() function
  • Semver git tag (e.g: v0.1.0)

See Also

After that's committed, tag the repo:

git tag v0.1.0
git push origin v0.1.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors