Skip to content

Angular Console is the user interface for the Angular CLI.

License

Notifications You must be signed in to change notification settings

hhy5277/angular-console

 
 

Repository files navigation

The UI for the Angular CLI

Angular Console Website Build Status License


Our Newest Enterprise Angular Book


Spend less time looking up command line arguments and more time shipping incredible products.

Angular CLI transformed the Angular ecosystem. With it, you can get a full-stack application up and running in minutes, no need to figure out source maps, webpack, test runners. It all works out of the box. Angular CLI also helps you enforce consistent development practices by generating components, services, and state management modules.

Why Angular Console?

Professional developers use both command-line tools and user interfaces. They commit in the terminal, but resolve conflicts in VSCode or WebStorm. They use the right tool for the job.

Angular CLI is a command-line tool, which works great when you want to serve an application or generate a simple component. But it falls short once you start doing advanced things.

For instance:

  • Exploring custom schematic collections is hard in the terminal, but it's easy using Angular Console.
  • Using rarely-used flags is challenging. Do you pass absolute or relative paths? You don't have to remember any flags, names, or paths -- Angular Console will help you by providing autocompletion and validating your inputs.
  • Finding the right Angular CLI extension can take a long time. When using Angular Console, you can find and install an extension in minutes.

Angular Console does more than that:

  • It visualizes the results of a build or a test run.
  • It visualizes how different projects in your workspace depend on each other.
  • It shows dry run results as you create your command
  • It shows remembers you most recent cli commands and saves their output for your reference
  • ...

Download

True UI for the Angular CLI

Angular Console is a generic UI for the Angular CLI. It will work for any schematic or any architect commands. Angular Console does not have a specific UI for, say, generating a component. Instead, Angular Console does what the command-line version of the Angular CLI does--it analyzes the same meta information to create the needed UI. This means that anything you can do with the Angular CLI, you can do with Angular Console. After all, Angular Console is the UI for the Angular CLI.

Useful for Both Experts and Beginners

Even though we started building Angular Console as a tool for expert, we also aimed to make Angular Console a great tool for developers who are new to Angular or Angular CLI. You can create projects, interact with your editor, run generators and commands, install extensions without ever touching the terminal or having to install any node packages globally. If you get a new laptop, you can install Angular Console and start building Angular apps. Also, Angular Console highlights the properties you are likely to use for build-in generators and commands . So if you haven't used the CLI, you don't get overwhelmed.

Great for Windows Users

A lot of Windows users are terminal shy and cannot take full advantage of tools like the Angular CLI and Nrwl Nx. By using Angular Console, Windows users can start using the powerful capabilities these tools provide via an easy-to-use UI. They can create new projects, generate components, build, test, deploy Angular apps without having to even open the terminal.

Learn More

Contribute

Please read the contributing guidelines. Pick one of the issues from the good first issue list to get started.

Core Team

Dan Muller Victor Savkin Jack Hsu Frantisek Kolar Kamil Kisiela
Dan Muller Victor Savkin Jack Hsu Frantisek Kolar Kamil Kisiela
mrmeku vsavkin jaysoo fkolar kamilkisiela

The following folks from the Angular team at Google are working with the Angular Console team.

Alex Eagle Stephen Fluin Matias Niemelä
Alex Eagle Stephen Fluin Matias Niemelä

About

Angular Console is the user interface for the Angular CLI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 71.9%
  • HTML 10.2%
  • CSS 7.9%
  • Java 6.7%
  • JavaScript 3.2%
  • Batchfile 0.1%