inkline
v2.6.1
Published
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.
Downloads
202
Readme
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 -g inklineUsage
Help
inkline help [command]See a description and available options for a specific command.
Initialize
inkline initGenerate a default inkline.config.ts theme configuration file.
Read more about configuration files.
| Option | Description | |--------------|------------------------------------------------------------| | -m, --manual | Skip file processing and create a configuration file only. |
Generate SCSS
inkline generate scssGenerate 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 to inkline configuration file. | | -o, --outputDir | Path to output directory. | | -e, --extname | File extension to use for output files. |
Generate CSS
inkline generate cssGenerate 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 to inkline configuration file. | | -o, --outputDir | Path to output directory. | | -e, --extname | File extension to use for output files. |
License
ISC
