New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

inkline

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inkline

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.

latest
npmnpm
Version
2.6.1
Version published
Maintainers
1
Created
Source

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 -g inkline

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
-m, --manualSkip file processing and create a configuration file only.

Generate SCSS

inkline generate scss

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.

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

FAQs

Package last updated on 07 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts