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

https://github.com/yeshan333/knowledge-base

Personal Knowledge Base,Generator:docsify,site:https://shansan.top/knowledge-base
https://github.com/yeshan333/knowledge-base

docsify experience

Last synced: about 1 year ago
JSON representation

Personal Knowledge Base,Generator:docsify,site:https://shansan.top/knowledge-base

Awesome Lists containing this project

README

          

Used to organize some fragmented knowledges.

---

```shells
# preview
docsify serve docs
```

```shell
# standard commit message
# https://www.npmjs.com/package/commitizen
npm install -D commitizen
npx commitizen init cz-conventional-changelog --save-dev --save-exact
npx git cz
```