Publish 0.0.1

This commit is contained in:
2022-07-04 09:55:12 +00:00
committed by GitHub
parent 87744a2b25
commit 65841ce965
6 changed files with 59 additions and 4 deletions

View File

@ -15,3 +15,12 @@ App.binding(
App.useMappingAdapter();
App.listen(8080);
```
## Installation
```bash
# Use Yarn
yarn add sw2express
# Use NPM
npm install sw2express
```