Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

ZimGil/ngWiz

Repository files navigation

ng-wiz

This Project was discontinued when Angular Console was released

How to use

Globally

Installation

npm install -g https://github.com/ZimGil/ngWiz.git

Usage

Go to your development folder (where you keep your projects) and run

ng-wiz

to open that folder.

If you run that command inside an angular project, that project will be open in ng-wiz

As a dependency

Installation

Install ng-wiz as a dev dependency in your node.js project by running

npm install --save-dev https://github.com/ZimGil/ngWiz.git

Usage

You can use ng-wiz directly by running

npx ng-wiz

Or by calling it with an npm script

"scripts": {
  // ...
  "ng-wiz": "ng-wiz"
}

Then, you can run it with

npm run ng-wiz

Contributing

Want to help us out? great! Check out our Contributing guide for more details

About

A Wizard for Angulae CLI projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published