1.2.1 • Published 3 years ago

@inkline/cli v1.2.1

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

Introduction

Inkline's CLI, used for generating code that improves your Developer Experience. This package will be included in future releases of inkline by default.

Installation

npm i -S @inkline/cli

Usage

Help

inkline help [command]

See a description and available options for a specific command.

Initialize

inkline init

Generate a default inkline.config.ts theme configuration file.

Read more about configuration files.

OptionDescription
-c, --config Path to inkline configuration file.
-o, --outputDir Path to output directory.
-e, --extname File extension to use for output files.

Generate CSS

inkline generate css

Generate CSS Variables based on your inkline.config.ts theme configuration file. The default output folder for your generated CSS files is .inkline/css.

Read more about configuration files.

OptionDescription
-c, --config Path to inkline configuration file.
-o, --outputDir Path to output directory.
-e, --extname File extension to use for output files.

License

ISC

1.2.0

3 years ago

1.2.1

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago