Socket
Socket
Sign inDemoInstall

@ez-fe/create-ez

Package Overview
Dependencies
212
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ez-fe/create-ez

Creates a ez application using the command line.


Version published
Maintainers
1
Created

Readme

Source

"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const generators_1 = require("@/generators"); const meta_json_1 = require("./meta.json"); class Generator extends generators_1.BasicGenerator { constructor(meta) { super(meta); } async run() { await this.updateTemplate({ remoteUrl: meta_json_1.remoteUrl, }); this.build(); } } exports.Generator = Generator;

Keywords

FAQs

Last updated on 29 Nov 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc