bricks-wc

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i bricks-wc

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

11.1 kB

Total Files

6

Last publish

Collaborators

  • allandev15