1.3.5 • Published 6 years ago

ezreal-cli v1.3.5

Weekly downloads
35
License
MIT
Repository
github
Last release
6 years ago

Ezreal

Reducing the steps that need to be repeated many times in every day of development.

image

Docs

$ npm i ezreal-cli -g
  1. curd
  • ✅ Can quickly generate a curd application to the current project
$ ezreal-cli curd
  1. dev
  • ✅ Yes, even if only the react component file can run
  • ✅ Support hot update
$ ezreal-cli dev ./index.tsx
  ./index.tsx (React is a global variable)

  const styles = require("./index.scss)
  export default class App extends React.Component<{}, {}> {
    render() {
      return (
        <div className={styles.appWrap}>
          Hello Word !
        </div>
      )
    }
  }
  1. build
  • ✅ if only the react component file can generating a dist folder
$ ezreal-cli build ./index.tsx

Features

  • 🔥 Abstract more modules needed for daily development
  • 🐠 Support more front-end frameworks

FAQ

Why is it called ezreal ?

It's the same way dva and roadhog are named. The difference is that ezreal is a hero of lol.

image

LICENSE

MIT

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.2.9

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago