8000 GitHub - chenukas/essential-foss-package-collection: The main purpose of this repository is to make a commonplace to list down all the free and open-source packages/dependencies according to their categories.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

The main purpose of this repository is to make a commonplace to list down all the free and open-source packages/dependencies according to their categories.

Notifications You must be signed in to change notification settings

chenukas/essential-foss-package-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Essential Package/Dependency Collection

every developer should know

Project is initialized by Chenuka

The main purpose of this repository is to make a commonplace to list down all the free and open-source packages/dependencies according to their categories.

  • UI
  • Code Formatting
  • State Management
  • Data Visualization etc.

Contribution Guide

  1. Fork the repository
  2. Clone the forked repository
  3. Create feature branch and checkout
    Replace BRANCH_NAME with a meaningful name
git checkout -b feature/BRANCH_NAME
  1. Make changes

if (categoryAvailable == true)

  • Use the given template and edit accordingly
| Package | Documentation | Package Manager |
| ------ | ------ | ------ |
| Add package name here | Add documentation URL here | Add npm/yarn URL here | - Repeat this LINE
| Express | https://expressjs.com/ | https://www.npmjs.com/package/express | - Example
Package Documentation Package Manager
Express https://expressjs.com/ https://www.npmjs.com/package/express

if (categoryAvailable == false)

Replace CATEGORY with category name in LOWERCASE letters

  • Create a folder named CATEGORY
  • Create a file named source_CATEGORY.md
  • Use the given template and edit accordingly
| Package | Documentation | Package Manager |
| ------ | ------ | ------ |
| Add package name here | Add documentation URL here | Add npm/yarn URL here | - Repeat this LINE
| Express | https://expressjs.com/ | https://www.npmjs.com/package/express | - Example
Package Documentation Package Manager
Express https://expressjs.com/ https://www.npmjs.com/package/express
  1. Stage changes and commit
    Replace COMMIT_MESSAGE with a meaningful message
git add .
git commit -m "COMMIT_MESSAGE"
  1. Push changes
    Replace BRANCH_NAME with a meaningful name
git push --set-upstream origin feature/BRANCH_NAME
  1. Make a Pull Request.

Contributors

About

The main purpose of this repository is to make a commonplace to list down all the free and open-source packages/dependencies according to their categories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0