Ezreal
Reducing the steps that need to be repeated many times in every day of development.
![image](https://imgsa.baidu.com/forum/w%3D415/sign=7f382f8a8bd4b31cf03c95bab2d4276f/40391224ab18972be1d23403e6cd7b899f510a39.jpg)
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.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](https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1522346982461&di=6ff5af0a26bf149d7c8c5fdef9aee881&imgtype=0&src=http%3A%2F%2Fn3.belagame.com%2Fx3%2Fforum%2F201606%2F23%2F122841ylcwjh1cx31vh0hh.jpg)
LICENSE
MIT