@assetbox/cli
v0.2.2
Published
<div align="center"> <img src="https://github.com/assetbox/assetbox/assets/41789633/5e8e549e-e00f-4f90-a6c7-dc6c34ed4881" height="70" /> <br /> <br />
Downloads
6
Readme
Installation
- pnpm
$ pnpm install @assetbox/cli -D
$ pnpm assetbox -v
- yarn
$ yarn add @assetbox/cli -D
$ yarn assetbox -v
- npm
$ npm install @assetbox/cli --save-dev
$ npm assetbox -v
Manage
The local management server runs. You can check if the asset that exists in the project is being used or duplicated.
Getting Started
Duplicated Assets Guide
Static Build
Create a static file in the assetbox.config.cjs
file based on the category
.
Build output folder is assetbox-dist
In this case, the administrative portion is lost and replaced with read-only. Can be used as an icon viewer
Static Build Demo
Static Build Guide
Icon Build
Transfiles SVG files to component code for SVG code sharing.
You can create an common icon library by using Monorepo or by distributing it to npm.
Icon Build Demo
Icon Build Guide
Contributor Guide
If you want a pull request for bugs or performance improvement, please check the following guide.
CONTRIBUTING.md