Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```