Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwcz/mech-labels
A quick and dirty label printer for a mech keyboard meetup.
https://github.com/mwcz/mech-labels
Last synced: 16 days ago
JSON representation
A quick and dirty label printer for a mech keyboard meetup.
- Host: GitHub
- URL: https://github.com/mwcz/mech-labels
- Owner: mwcz
- Created: 2019-06-03T18:05:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:50:24.000Z (about 1 year ago)
- Last Synced: 2025-01-22T23:44:12.417Z (21 days ago)
- Language: Vue
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mech-labels
This is a quick label printer for a mechanical keyboard meetup. Takes in a CSV from google sheets and creates a printable page from the data.
## Project setup
```
npm install
```Download the CSV from the group's google sheet and save it in `src/labels.csv`. Should be updated before each meetup.
### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```