Giter Site home page Giter Site logo

cli's Introduction

A command line tool for creating new Vaadin applications.

Installation

npm i -g @vaadin/cli

Once installed, create a project using

vaadin init my-project

To create a design system documentation project (Vaadin Prime subscription required):

vaadin dsp-init

cli's People

Contributors

artur- avatar tarekoraby avatar tomivirkki avatar

Stargazers

Sebastian Kuehnau avatar

Watchers

Sami Ekblad avatar  avatar

cli's Issues

Show an error message if a command or configuration property is not recognized

Currently if you run this:

vaadin blah

... it doesn't show anything, and just completes as if something had happened successfully. An error message should be shown instead:

> vaadin blah
Error: command 'blah' not recognized.

The same goes for unrecognized configuration properties, for example:

> vaadin init --drink beer my-project
Creating application 'my-project'
Project 'my-project' created

Instead of creating a project where that property may or may not have some impact, the command should fail saying that the property --drink is not recognized:

> vaadin init --drink beer my-project
Error: property '--drink' not recognized for the command 'init'.

Add the User-Agent header to requests, so it can be tracked on the server-side

Currently we don't know how many people are using the CLI to initialize their projects.

To avoid problems with user consent, we should do the tracking on the server-side (Vaadin Start). What is needed in the CLI is to send a header so the server can identify the request as coming from CLI, and do the proper tracking.

Suggested implementation using the User-Agent header:

User-Agent: vaadin-cli/<version>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.