New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nino-cli

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nino-cli

A cli for Nino, just some simple config of webpack

latest
Source
npmnpm
Version
1.4.6
Version published
Maintainers
1
Created
Source

nino-cli

codecov

A custom-made cli for daily coding using react.

✨ Features

  • jest for test.
  • webpack-dev-server for development.
  • webpack for production.
  • babel at 7 for compile.
  • you don't need babel-plugin-import for antd or antd-mobile or a .babelrc.
  • you also don't need add complex options of jest or enzyme.

I just need a cli to integration all of them, and my wifi wife is Nino for now, so named this repo.

⌨️ Usage

npm install --save nino-cli

then add scripts in package.json, as below,

"scripts": {
  "start": "nino go",
  "test": "nino test",
  "build": "nino koei",
  "dev": "nino koei -w -d"
  ...
}

Keywords

cli

FAQs

Package last updated on 20 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts