ezreal-cli
v1.3.5
Published
Make everyday development easier
Downloads
74
Readme
Ezreal
Reducing the steps that need to be repeated many times in every day of development.

Docs
$ npm i ezreal-cli -g- curd
- ✅ Can quickly generate a curd application to the current project
$ ezreal-cli curd- 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>
)
}
}- build
- ✅ if only the react component file can generating a dist folder
$ ezreal-cli build ./index.tsxFeatures
- 🔥 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.

LICENSE
MIT
