Browsing Tag
npm
20 posts
Publish an NPM Package from a GitHub Repository
How to Publish an NPM Package from a GitHub Repository Publishing your JavaScript library as an NPM (Node…
The toolkit-use npm package has added commonly used DOM methods.
dom utils Get Hexadecimal Color import { getColor } from 'toolkit-use/dist/dom/index.esm' const color = getColor() Event Utilities import…
O que os símbolos(~) e (^) representam nas dependências de projetos?
Em português: (~) til e (^) circunflexo. Em inglês, (~) tilde e (^) caret. Você pode continuar chamando…
Top packages for React Development
Here is my set of favorite libraries when developing with React. Building + developing Create react app +…
5 Simple Steps to Creating Your Very Own npm Module
Are you tired of using someone else’s npm module and wish you could create your own? Well, the…
Passwordless Authentication of the users
Under the Hood Most of the users face any issue in logging even using google and Twitter accounts.…
📦 Everything you need to know: package managers
Welcome everyone! This article is the first one of the Everything you need to know, a Software Engineering…
How I Monorepo
Introduction I am working full-time on a suite of libraries for building games with Three.js and React; this…
5 Quick Steps Transpiling SCSS to CSS Using Node (with watch & minify mode)
I use vscode editor on Windows10 1. Install Node.js First download node from the official website nodejs.org, and…
Create Redis Key – Easy Way to Configure All Your Redis Keys In One Place
Create Redis Key is an NPM package, a Redis key creation utility for NodeJS (most effective when used…