Git Product home page Git Product logo

developer-student-clubs / npmbox Goto Github PK

View Code? Open in Web Editor NEW
23.0 2.0 25.0 902 KB

⚑ A curated collection of npm packages for its various use cases. πŸ“”

Home Page: https://developer-student-clubs.github.io/npmBox/

License: MIT License

JavaScript 93.79% HTML 5.62% CSS 0.53% Pug 0.06%
hacktoberfest collaborate hacktoberfest-accepted javascript nodejs npm npm-package open-source npm-packages npmjs

npmbox's Introduction

npmBox πŸ“¦

Overview

This repository contains/will contains various existing npm modules and user defined modules that you can tweak according to your needs and use them in your projects. Our noble aim is to craft the grandest repository of npm packages, complete with proper documentation. So, What are you waiting for? πŸ€”


Forks Stars GitHub contributors


npm Packages List πŸ—ƒ

Name of Package npmjs URL Doc. URL
A
Async npm Async Doc Async
Axios npm Axios Doc Axios
B
Bcrypt npm Bcrypt Doc Bcrypt
browserify npm Browserify Doc Browserify
C
Cloudinary npm Cloudinary docs Cloudinary
Chalk npm Chalk docs Chalk
D
Debug npm Debug
Date-fns npm date-fns doc
E
Express npm Express docs Express
Express/Router npm Express/Router docs Express/Router
EJS npm EJS docs EJS
F
File-System npm File-System
Fastify npm Fastify docs Fastify
G
GraphQL npm GraphQL docs GraphQL
Grunt npm Grunt docs Grunt
H
Husky npm Husky docs Husky
I
is-URL npm_is-url
J
Jsonwebtoken npm Jsonwebtoken docs jsonwebtoken
K
L
Lodash npm lodash docs Lodash
M
Moment npm moment Doc Moment
magic-string npm magic-string
Mongoose npm mongoose docs mongoose
Morgan npm morgan
Million npm Million docs Million
N
NodeMailer npm nodemailer docs nodemailer
O
ora npm ora docs ora
P
Password-Validator npm password-validator docs password-validator
Prisma npm prisma docs prisma
Q
R
Router npm router
RxJS npm rxjs docs rxjs
S
Socket npm socket docs socket
ShellJs npm ShellJs docs ShellJs
T
TailWindCSS npm tailwindcss docs tailwindcss
Toastify npm toastify
U
Uid npm Uid Doc Uid
URL npm url docs url
V
Validator npm validator
W
X
Y
Yup npm Yup docs Yup
Z

Want to contribute?

Contribution Guidelines πŸ—

Are we missing any of your favorite modules, which you think you can add to it❓ We invite you to contribute to this project and make it better. To start contributing, follow the below guidelines.

1. Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/<your_user_name>/npmBox.git

3. Navigate to the project directory πŸ“ .

cd npmBox

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/R-Ayush777/npmBox

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream master

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perform your desired changes to the code base. Note: Before making any modifications, be sure to install all essential packages with the npm install <package name> command.

If You adding new package

  • Navigate to npm_Modules <cd npm_Modules> for existing npm packages and to user_Modules <cd user_Modules> for user defined packages
  • Create new Folder with your package/module name <name of package>
  • Add file with name of file package name <name of package>.js. if it contains multiple files then main file should be named as above.
  • Add README.md file which contains all necessary information like functionalities, use-cases, code snippets etc. in the README.md file.

9. Track your changes:heavy_check_mark: .

git add . 

10. Commit your changes .

git commit -m "<Relevant message>"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on compare and pull requests.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15. Voila ❗ You have made a PR to the npmBox πŸ’₯ . Wait for your submission to be accepted and your PR to be merged.

16. Congratulations! You've made your first contribution! πŸ™Œ

All the best! πŸ₯‡

For further details, click on CONTRIBUTING.md

Contribution is fun! πŸ’™

In order to make a hassle-free environment, I implore you all (while contributing) to follow the instructions mentioned above!

Happy Submissions πŸ™‚

forthebadge

Code of Conduct

To maintain a safe and inclusive space for everyone to learn and grow, contributors are advised to follow the Code of Conduct.

Our valuable Contributors πŸ‘©β€πŸ’»πŸŒŸπŸ‘¨β€πŸ’» :

Thanks goes to these wonderful people

npmbox's People

Contributors

0xscratch avatar 0xvashishth avatar anerisonani09 avatar ayush-rudani avatar bhavinsonagara avatar dharmesh-poriya avatar dhruvisherathiya avatar harshad125 avatar j-imy avatar jai-shree-krishna avatar jaygajera17 avatar kunjgit avatar mehtaudit avatar naitik2929 avatar naitikpatel-325 avatar neer-patel-11 avatar nisarg155 avatar omjogani avatar paridhicodes avatar preetnandasana avatar smit-05 avatar this-is-aishwarya avatar vighneshmanjrekar avatar yash-ainapure avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

npmbox's Issues

Testing

This issue is created just for testing purposes.

Adding new module is-url

is-url is a JavaScript library that provides simple URL validation. It allows you to check whether a given string is a valid URL or not. The library typically checks if the input follows the basic URL structure and whether the protocol and domain are in a valid format.

adding new package Pug

Pug, formerly known as Jade, is a high-performance, expressive template engine for Node.js and browsers. It simplifies the process of generating HTML markup by providing a concise and readable syntax. Pug is often used with web frameworks like Express.js in Node.js applications, but it can also be used independently or with other JavaScript environments.

Express Package

Create one .js code file that shows working of express.js package and Readme.md file that explains the use-cases, feature and all.

adding new package mysql2

The mysql2 package provides a fast, efficient, and feature-rich way to interact with MySQL databases. It's commonly used to build server-side applications and APIs that need to communicate with MySQL databases.

Update npm packages list

Just update the npm packages list in here.
Better include both links, the one which refers to the original npm module, and add docs link if available.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.