create-book 1.1.3 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,26 +1,25 @@
1
- ![Logo](https://raw.githubusercontent.com/vivliostyle/create-book/master/assets/cover.jpg)
1
+ ![Logo](assets/cover.jpg)
2
2
 
3
3
  <div align="center">
4
- <b>The fastest way to start writing book with Vivliostyle ecosystem.</b><br/><br/>
4
+ <b>The fastest way to start writing book with Vivliostyle ecosystem.</b>
5
5
  </div>
6
6
 
7
7
  # Create Book
8
8
 
9
9
  [![npm badge](https://flat.badgen.net/npm/v/create-book)](https://npmjs.com/package/create-book) [![downloads](https://flat.badgen.net/npm/dt/create-book)]()
10
10
 
11
- Just run `yarn create book` and start writing your book!
11
+ Just run `npm create book` and start writing your book!
12
12
 
13
13
  ## Use
14
14
 
15
15
  ```bash
16
- yarn create book <directory>
17
- # or
18
- npm create book <directory>
16
+ npm create book
17
+ yarn create book # for yarn users
18
+ pnpm create book # for pnpm users
19
19
  ```
20
20
 
21
- <div align="center"><img src="https://raw.githubusercontent.com/vivliostyle/create-book/master/assets/screencast.gif" alt="screencast" /></div>
22
-
23
21
  ## Maintainer
24
22
 
23
+ - [spring-raining](https://github.com/spring-raining)
25
24
  - [akabeko](https://github.com/akabekobeko)
26
25
  - [uetchy](https://github.com/uetchy)