0.3.5 • Published 1 year ago

@xeito/cli v0.3.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Xeito CLI

This is the CLI library for Xeito Framework.

Provides an easy way to start new Xeito projects and the boilerplate for new components and services.

To find the full documentation and more links go to the main README file.

Installation:

$ npm install -g @xeito/cli

Usage:

$ xeito [command] [options]

Commands:

Create a new Xeito Project:

$ xeito new [project-name]

Generate a new component or service:

$ xeito generate [component|service] [name]

NOTE: The name of the component or service must be in PascalCase, for example: MyComponent or MyService.

The component name can contain slashes to indicate a subfolder (if the folder does not exist, it will be created)

$ xeito generate component components/myComponent

This will create a new component in the components folder with the name myComponent.

Help:

$ xeito help
0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago