wwsun / seu

Simple and Easy Utility, which is a lovely tool set to help you create, build, watch, lint your React components.

Home Page:https://github.com/wwsun/seu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEU NPM version Dependency Status

SEU, which is short for So Easy Utility. It's a lovely tool set to help you create, build, watch, lint your React projects. With seu package, you can write your react components easily and gladly!

Intro

This tool is for learning and testing. The create-react-app is the best choice for you to coding with react.

https://github.com/facebookincubator/create-react-app

Usage

At first, you should install the seu package globally:

npm install seu -g

Using seu --version to check if the seu package was installed:

seu --version

Commands

  • seu init generate the boilerplate for your project.
  • seu build build your project (for react component development)
  • seu site build the site (for react-based static site development)
  • seu server watch your project dynamically.
  • seu lint lint your project codes.

Future plan

  1. Extract boilerplate
  2. Using ES6 modules
  3. Using seu to generate node-based react-based projects, different boilerplates in remote repos

License

MIT © Weiwei SUN

About

Simple and Easy Utility, which is a lovely tool set to help you create, build, watch, lint your React components.

https://github.com/wwsun/seu


Languages

Language:JavaScript 97.8%Language:HTML 2.2%