Skip to content

orzyyyy/nino-cli

Repository files navigation

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"
  ...
}