Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yosh1/hatena-card-generator

Generate hatena-card by some information.
https://github.com/yosh1/hatena-card-generator

generator hatena-blog

Last synced: 6 days ago
JSON representation

Generate hatena-card by some information.

Awesome Lists containing this project

README

        

# hatena-card-generator

using `babel`, `gulp / gulp-sass`, `browser-sync`, `git-cz / commitizen` and so.

---

## How to run

`gulp / gulp-sass` → `browser-sync`

```
$ npm i
$ npm run start
```

## Deploy

`gulp / gulp-sass`

```
$ npm run build
```

## Git commit

`git-cz / commitizen`

```
$ git add .
$ npm run commit
$ git push
````