Introduction
Overview
Etcher is a framework that speeds up the development process for simple websites. Etcher allows you to create reusable Web Components without unnecessary boilerplate code.
Installation
You can either use the create-etcher package to create a new Etcher project, or you can manually install Etcher via node.
npm create etcher@latest
# or
npm install @etcher/core
pnpm add @etcher/core
yarn add @etcher/core
Usage
▲ ~ etcher <build, -b, watch, -w, help, -h> <serve, -s>