Socket
Socket
Sign inDemoInstall

ewizard-cli

Package Overview
Dependencies
24
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ewizard-cli

EwizardJS CLI Tool


Version published
Weekly downloads
2.4K
increased by38.04%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Getting started with Ewizard CLI

Software requirements

  1. First you need to install the Node.js platform from official site. The lowest required version is 8.9.1

  2. Please install Git then.

Installing Ewizard CLI

After installing Node.js you will be able to use NPM (Node Package Manager). Install Ewizard CLI using NPM:

npm install -g ewizard-cli

Authorize

Enter the command below to authorize:

wiz login

The authorization form will be opened in your browser

Enter your login and password

Then click on the "sign in" button

Congratulations! You are logged in!

Generators

Use a built-in generator to create the initial presentation structure and install all dependencies:

wiz init [template-id] [project-name]

Such templates are availanle for initialization:

  • email

After successful project creation you will be able to use other Ewizard CLI commands.

Modules

wiz install command is used to fetch and install components and project dependencies. It is using NPM mechanisms inside.

Execute the command below to install the component from this list:

wiz install [component-name]

Build

Local build

Execute the command below to build a project:

wiz dev

If you don't want to build your project manually every time there is a change, use command above with --watch option. It will force Ewizard CLI to watch all your files and build the project automatically.

wiz dev --watch

FAQs

Last updated on 09 Feb 2018

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc