New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ezreal-cli

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ezreal-cli

Make everyday development easier

  • 1.3.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 18 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc