Skip to content

Guidance for new CLI users #2632

Closed
Closed
@teobugslayer

Description

@teobugslayer

Problem description

New users may feel lost after installing the CLI for first time. It would be great to guide them through the "happy path". This should be unobtrusive to allow the experienced users to ignore the additional messages.

Proposed work flow

I propose key CLI commands to have additional messages which guide the user to the next most likely command. The actual messages must be reviewed and agreed on.

On installation

Add message:

To create a new NativeScript project, use tns create name-of-project. To get started with NativeScript CLI, use tns help.

On tns create

Add message:

To continue with your project, cd ${project-dir}. Use tns run ios or tns run android to build and start your project on connected devices or emulators. To get started with NativeScript CLI, use tns help.

We can expand the work flow in the future but I think these steps are a good start.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions