@assetbox/cli
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published


NPM

image

Visualizes and manages icon and image files within your frontend project.
Static analysis also tracks where the asset is being used.

Visit Docs
Demo

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

Package Sidebar

Install

npm i @assetbox/cli

Weekly Downloads

13

Version

0.2.2

License

MIT

Unpacked Size

9.51 MB

Total Files

11

Last publish

Collaborators

  • gronxb
  • hoonveloper
  • moonchop
  • devnak