Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@inkline/cli

alexgrozav6141.2.1TypeScript support: included

CLI for Inkline, the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

readme

Inkline

Inkline

@inkline/cli

CLI for Inkline, the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

Inkline CLI is written and maintained by @alexgrozav.


Homepage · Documentation · Issue Tracker



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.

Option Description
-c, --config <path> Path to inkline configuration file.
-o, --outputDir <path> Path to output directory.
-e, --extname <ext> 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.

Option Description
-c, --config <path> Path to inkline configuration file.
-o, --outputDir <path> Path to output directory.
-e, --extname <ext> File extension to use for output files.

License

ISC