Skip to content

AllanDev15/brick-wc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bricks Web Components - CLI

This CLI has been built to develop isolated web components using Lit and SASS

For a better visual experience use Nerd Fonts as your terminal font


Installation

$ npm i -g bricks-wc

Commands

$ bkwc --lint

Uses ESLint to find problems in the code based on ESlint recommended configurations and custom configurations found in ESlint Configuration File


$ bkwc --serve

Starts a live reloading local server to watch web component development in the browser. Implements Modern Web Dev Server


$ bkwc --build

Uses esbuild to generate a bundle of the web component with the following outputs:

├── build
│   ├── assets
│   │   ├── **/*.jpg
│   ├── css
│   │   ├── *.css (minify)
│   ├── js
│   │   ├── *.js
│   ├── index.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks