# bl web

开发说明：

新建API请使用命令

```
./api.js create <name>
```

命令会自动创建`src/lib/name.js`并且更新`api.json`和`index.js`，无需手动维护。

删除API请使用命令

```
./api.js remove <name>
```