0.2.0-beta.1 • Published 3 years ago

@magic-gear/calcifer v0.2.0-beta.1

Weekly downloads
54
License
ISC
Repository
github
Last release
3 years ago

calcifer

An interactive scaffold for creating light-weight and extensible front-end project.

Install

npm install -g @magic-gear/calcifer

Usage

calcifer create <project-name>
Options:
-m, --packageManager <packageManager>  specified package manager to install dependencies
-g, --git [message]                    force git initialization with initial commit message
-n, --no-git                           skip git initialization
-r, --registry <url>                   Use specified registry when installing dependencies
-h, --help    

Available features

  • Babel
  • TypeScript
  • Router
    • react-router
  • UI Library
    • antd
  • CSS Pre-processors
    • Less
  • CSS In JS
    • Emotion
  • Linter / Formatter
    • ESLint + Prettier
  • Unit Testing
    • Jest
  • E2E Testing
    • Cypress