Skip to content

The Programming Language packages live here

Notifications You must be signed in to change notification settings

thelang-io/packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

The Programming Language packages live here

Resources

Stars

Watchers

Forks