ezreal-cli

1.3.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ezreal-cli

Weekly Downloads

1

Version

1.3.5

License

MIT

Unpacked Size

288 kB

Total Files

30

Last publish

Collaborators

  • 15000621931