Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 719 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 719 Bytes

packages

Packages for The programming language live here

Adding Package

  1. Create package YML file in packages directory
  2. Follow the rules described below
  3. Create a pull request

Removing Package

  1. We are not removing packages, instead deprecating them
  2. Add deprecated: true to your package (example)
  3. Create a pull request

Rules

  1. Package name should be lowercased and consist of alphanumeric letters, hyphens and underscores, but it should start only with letters and end with alphanumeric letters
  2. Package author should be registered user on GitHub owned by you
  3. Package license should exist in (licenses.txt)[licenses.txt] (if you want to add one create a PR)