Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 585 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 585 Bytes

Contribute

Development Workflow

There are effectivly only two files that create everything in this library.

After downloading this repo install the dependencies.

npm install

Edit either component-template.svelte or generate.js. Then generate the components.

npm run build

Test

To test run npm link.

In another app’s folder run:

npm install path/to/tabler-icons-svelte

Then use the components to make sure they work.