You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,14 @@
1
-
Generate Google Slides from markdown & HTML. Run from the command line or embed in another
2
-
application.
1
+
Generate Google Slides from markdown & HTML. Run from the command line or embed in another application. This project was developed as an example of how to use the [Google Slides (REST) API](https://developers.google.com/slides). While it does not yet produce stunningly beautiful decks, you are encouraged to use this tool for quickly prototyping presentations. Contributions are welcome.
3
2
4
-
This project was developed as an example of how to use the
**NOTE**: This is a fork of the original repo at <https://github.com/googleworkspace/md2googleslides>. The project is still "actively" maintained, but some users can't wait for the PRs from the original maintainer. Upstream changes will be merged as necessary.
6
4
7
-
While it does not yet produce stunningly beautiful decks, you are encouraged to use
8
-
this tool for quickly prototyping presentations.
9
-
10
-
Contributions are welcome.
11
5
12
6
## Installation and usage
13
7
14
-
For command line use, install md2gslides globally:
8
+
For command line use, install `md2gslides` globally:
15
9
16
10
```sh
17
-
npm install -g md2gslides
11
+
npm install -g @wescpy/md2gslides
18
12
```
19
13
20
14
Then get your OAuth client ID credentials:
@@ -33,7 +27,7 @@ After installing, import your slides by running:
33
27
md2gslides slides.md --title "Talk Title"
34
28
```
35
29
36
-
This will generate new Google Slides in your account with title `Talk Title`.
30
+
This will generate new Google Slides in your account with title `Talk Title`.
37
31
38
32
NOTE: The first time the command is run you will be prompted for authorization. OAuth token
39
33
credentials are stored locally in a file named `~/.md2googleslides/credentials.json`.
@@ -440,5 +434,4 @@ See [CONTRIBUTING](CONTRIBUTING.md) for additional terms.
440
434
441
435
## License
442
436
443
-
This library is licensed under Apache 2.0. Full license text is
444
-
available in [LICENSE](LICENSE).
437
+
This library is licensed under Apache 2.0. Full license text is available in [LICENSE](LICENSE).
0 commit comments