2.0.3 • Published 3 months ago

@exmg/lit-cli v2.0.3

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
3 months ago

Exmg Lit Utils @exmg/lit-cli

Content

Links

Repository

NPM Page

Features

The LitCli package provides two handy CLI to process SCSS file

  • lit-sass-cli

Setup

git clone the project, then simply run npm i

Development

The development process takes place on dedicated feature or fix branches. Each branch is then merged into master branch.

Please refer to the naming conventions for branches in the good practices section.

Usage

exmg-lit-cli sass

The Lit Sass CLI allows the developer to generate TS file from SCSS file to be used in Lit Components. There are two modes to it.

Watcher

The default way of working of the Sass CLI is the watcher

exmg-lit-cli sass

The CLI will go through your file tree from the directory it is ran ignoring node_modules folder.

Providing source files

Alternatively it is possible to run the command by specifying the files to process, that being a single file or a file pattern using the --files or -f flag

exmg-lit-cli sass -f \"./src/**/*.scss\"

Note that it will process those file and exit, this is not a watcher.

2.0.3

3 months ago

2.0.2

3 months ago

2.0.1

7 months ago

1.1.13

10 months ago

1.1.12

11 months ago

1.1.9

12 months ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.0.0-alpha.4

1 year ago

1.0.0-y.0

1 year ago

1.0.0-alpha.3

1 year ago

1.0.0-alpha.1

1 year ago