All Projects → imkimchi → Ni

imkimchi / Ni

Licence: mit
📦A better npm install

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Ni

Changed Log
Returns all commit messages between 2 versions of an NPM module
Stars: ✭ 58 (-19.44%)
Mutual labels:  npm
Npmf
Fetch quick info of a npm pacakge using terminal
Stars: ✭ 64 (-11.11%)
Mutual labels:  npm
Node Installed Check
Checks that all dependencies in your package.json have supported versions installed and complies with your specified node engine version range
Stars: ✭ 67 (-6.94%)
Mutual labels:  npm
Quicksort Js
An implementation of Quicksort in JavaScript/TypeScript.
Stars: ✭ 60 (-16.67%)
Mutual labels:  npm
Cssparser.js
cssparser.js is a parser that generate json from css with matched orders & structures.
Stars: ✭ 61 (-15.28%)
Mutual labels:  npm
Vue Admin
基于Vue2、element ui、vue-cli、vuex、vue-router、axios 、echarts后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 1,135 (+1476.39%)
Mutual labels:  npm
Pizza Cli
🍕 Order a pizza in a CLI app (just for fun!)
Stars: ✭ 58 (-19.44%)
Mutual labels:  npm
Ssri
Standard Subresource Integrity library for Node.js
Stars: ✭ 69 (-4.17%)
Mutual labels:  npm
Pkgmirror
Packages Mirroring
Stars: ✭ 62 (-13.89%)
Mutual labels:  npm
Markdown Builder
1kb Markdown builder for Node.js
Stars: ✭ 67 (-6.94%)
Mutual labels:  npm
Stellar Hd Wallet
🔐 Key derivation for Stellar (SEP-0005) 🚀
Stars: ✭ 60 (-16.67%)
Mutual labels:  npm
R2g
▷ Test your package in the published format, without having to publish to NPM.
Stars: ✭ 61 (-15.28%)
Mutual labels:  npm
Page2image
📷 page2image is a npm package for taking screenshots which also provides CLI command
Stars: ✭ 66 (-8.33%)
Mutual labels:  npm
React Native Markdown Editor
A markdown editor like github comment editor (contains preview, helper buttons)
Stars: ✭ 59 (-18.06%)
Mutual labels:  npm
Npm Api
Node.js library for getting info from NPM’s API
Stars: ✭ 67 (-6.94%)
Mutual labels:  npm
Telebot
The easy way to write Telegram bots in Node.js
Stars: ✭ 1,096 (+1422.22%)
Mutual labels:  npm
Bilt
A build tool for NPM monorepos
Stars: ✭ 63 (-12.5%)
Mutual labels:  npm
Alpine Phoenix Builder
Up to date Alpine image with the latest language versions for staged Elixir and Phoenix builds.
Stars: ✭ 71 (-1.39%)
Mutual labels:  npm
Npm Link Up
🔄 Link your NPM projects automatically, for sophisticated / modular local development.
Stars: ✭ 68 (-5.56%)
Mutual labels:  npm
Package.json
文件 package.json 的说明文档。
Stars: ✭ 67 (-6.94%)
Mutual labels:  npm

ni Build Status XO code style

Install

npm i -g better-npm-install

Usage

$ ni <folder>

run ni without any arguments, when you are running in the project folder.

Why

  • Install missing dependencies from package.json
  • Show deprecated dependencies
  • No more unuseful log
  • A way better interface

How it works

ni will get imported dependencies from javascript codes in the project and figure out what is missing from package.json and install them.

I came up with this idea because I get really fraustrated when other developers don't save dependencies to package.json when they install dependency so I have to install them manually checking all the codes in the project. I hope it can be useful for y'all 💘

Having an issue?

If you are having any issues or have feature request,

leave an issue. I'm active 24hrs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].