0.0.7 • Published 10 years ago

cy-ui v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

CyComponentScaffold

A quick start scaffold project for creating CyComponent for the CyFramework. This project requires that npm be installed globally on the development machine.

How to bootstrap a new project

Use the setup script in the directory to convert the scaffold into your project (it will delete itself upon finishing setup).

git clone https://github.com/CyComponent/CyComponentScaffold.git
cd CyComponentScaffold && chmod +x setup.sh
./setup.sh

####Contains:

  • React
  • Redux
  • SCSS
  • Webpack
  • Immutable
  • Babel (es6,jsx supported!)
  • ESLint
  • Jest
  • Travis

Commands

npm run build - Build the component into /build
npm run clean - Remove anything in /build
npm run lint - Run eslint, will not cause npm to exit with an error
npm run test - Run eslint followed by jest, may cause npm to exit with an error (for travis)
npm run coverage - Run jest's coverage tool
0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago