1.2.3 • Published 3 years ago

@genese/cli v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@genese/cli npm version

@genese/cli is a command line interface to ease the use of @genese packages:

Installation

Please install globally the npm module:

npm i -g @genese/cli

@genese/complexity

The @genese/complexity module analyzes the cognitive complexity and the cyclomatic complexity of projects in different languages.

After installing @genese/cli globally, you must install the complexity module.

npm i -g @genese/complexity

Then, you can launch the analysis with this command-line:

genese cpx [pathDir]

Options

OptionPossible valuesDefaultDescription
-l --language ts, js, tsx, jsx, javatsStart the analysis for the given language
-m --markdownGenerate a Markdown report instead of a HTML report
-c --consoleDisable report generation and output result to console
-r --refactorEnable refactoring report generation

@genese/complexity is available for TypeScript, JavaScript and Java.

You will find more information in the @genese/complexity documentation.

@genese/api

@genese/api is a code generator which allows you to generate data-services and DTO models from an OpenAPI file.

This module is available for Angular and React.

After installing @genese/cli globally, you'll need to install the @genese/api module.

npm i -g @genese/api

Then, you can start the generation with this command-line:

genese api

You will find more information in the @genese/api documentation.

1.2.0

3 years ago

1.2.3

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago