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

https://github.com/matthrews/my-playground

My playground
https://github.com/matthrews/my-playground

Last synced: about 16 hours ago
JSON representation

My playground

Awesome Lists containing this project

README

          

# My Playground

## 创建项目
```bash
yarn create electron-app my-playground --template=typescript-webpack
```

## 开发命令
```bash
# start
yarn start
# 打包
yarn package
# make
yarn make
# 发布
yarn publish
# ESLint 检查
yarn lint
```