| 1 | # create-slidev |
| 2 | |
| 3 | [](https://www.npmjs.com/package/create-slidev) |
| 4 | |
| 5 | Starter template generator for [Slidev](https://sli.dev). |
| 6 | |
| 7 | ## Usage |
| 8 | |
| 9 | ```bash |
| 10 | npm init slidev |
| 11 | ``` |
| 12 | |
| 13 | or |
| 14 | |
| 15 | ```bash |
| 16 | yarn create slidev |
| 17 | ``` |
| 18 | |
| 19 | ## License |
| 20 | |
| 21 | MIT License © 2021 [Anthony Fu](https://github.com/antfu) |
| 22 |