Skip to content

Commit

Permalink
v2 (#170)
Browse files Browse the repository at this point in the history
* chore: re-export icons

* chore: prep svgs

* feat: write build scripts for wrapped icons

* chore: prep wrapped icons

* feat: rework wraps into being part of namespace

* chore: re-export

* feat: rework how wrapped icons are generated

* chore: reexport icons

* chore: regenerate icons

* feat: delete auto generated files

* add contribution guideline

* fix: gitignore auto-generated files
  • Loading branch information
mesqueeb authored May 9, 2023
1 parent ea92b6e commit a3bfbaf
Show file tree
Hide file tree
Showing 1,204 changed files with 12,566 additions and 28,144 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.cache
packages/pepicons/src/icons
packages/pepicons/svg
packages/vue/src/icons
pepicons.com (t)

Expand All @@ -9,7 +11,6 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
Expand Down
1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,23 @@ Check out this blog post to understand our motivation for creating Pepicons:
- English: [Pepicons: Retro Icon Set now available for Designers and Coders](https://lucaban.medium.com/pepicons-retro-icon-set-now-available-for-designers-and-coders-40db866a7460)
- Japanese: [Pepicons: 80 年代好きにはたまらないアイコンセットが登場](https://lucaban.medium.com/pepicons-80年代好きにはたまらないアイコンセットが登場-6e417dcf4a7f)

## Contribution

In order to do anything you'll need to build the repo once:

```
npm i
npm run build
```

Then you can run the dev server:

```
npm run dev
```

Check Package.json for more scripts.

## License

For commercial use please purchase a License at: https://github.com/sponsors/mesqueeb?frequency=one-time
Expand Down
Loading

0 comments on commit a3bfbaf

Please sign in to comment.