d5f55b5f9c
Coverage / build (push) Has been cancelled
Docker / Build (push) Has been cancelled
Docker / Publish (push) Has been cancelled
Node.js CI / build (16, macos-latest) (push) Has been cancelled
Node.js CI / build (16, ubuntu-latest) (push) Has been cancelled
Node.js CI / build (16, windows-latest) (push) Has been cancelled
NPM / Build (22) (push) Has been cancelled
NPM / Pack (push) Has been cancelled
NPM / Publish (push) Has been cancelled
29 lines
936 B
Markdown
29 lines
936 B
Markdown
# DEVELOPMENT
|
|
|
|
Tips:
|
|
|
|
- [Mashup Font of FiraCode and Script12](https://github.com/kencrocken/FiraCodeiScript)
|
|
- [Monospaced font with programming ligatures](https://github.com/tonsky/FiraCode)
|
|
- [Combined programming mono font with italics and font ligatures made from Fira Code and Pacifico for Italics](https://github.com/kosimst/Firicico)
|
|
|
|
## FiraCode
|
|
|
|
`Font Book` -> New Collection -> Downloaded -> Save Fira Code TTFs in it.
|
|
|
|
`.vscode/settings.json`
|
|
|
|
```json
|
|
, "editor.fontFamily": "'Fira Code iScript', 'Fira Code', 'Courier New', Consolas, monospace"
|
|
, "editor.fontLigatures": true
|
|
```
|
|
|
|
## Generate Changelog
|
|
|
|
```shell
|
|
npm run changelog
|
|
```
|
|
|
|
1. `403 - You have triggered an abuse detection mechanism. Please wait a few minutes before you try again. // See: https://developer.github.com/v3/#abuse-rate-limits'`
|
|
|
|
See: <https://github.com/github-changelog-generator/github-changelog-generator/issues/722#issuecomment-526980247>
|