nino-cli
TypeScript icon, indicating that this package has built-in type declarations

1.4.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i nino-cli

Weekly Downloads

16

Version

1.4.6

License

MIT

Unpacked Size

94.1 kB

Total Files

101

Last publish

Collaborators

  • zy410419243