0.1.6 • Published 2 years ago

icoma v0.1.6

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

Icoma (Beta)

Icoma is UI environment for generate and manage icon components. With it you can generate icon components from the template and use them in your project.

enter image description here

What is icon component?

icon component is a (React, Vue, Angular, ...) component that takes some props like size and renders SVG.

How to use

  1. Install Icoma: npm i icoma --save-dev
  2. Add these scripts in your package.json:
    • "icoma:init": "icoma init"
    • "icon:start": "icoma start"
  3. Initialize Icoma: npm run icoma:init
  4. Finally start Icoma on localhost: npm run icoma:start