Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yosh1/hatena-card-generator
- Owner: yosh1
- Created: 2019-11-26T06:14:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T14:16:40.000Z (over 2 years ago)
- Last Synced: 2023-03-01T00:12:27.058Z (over 1 year ago)
- Topics: generator, hatena-blog
- Language: JavaScript
- Homepage: https://hatena-card-generator.netlify.com
- Size: 578 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
````