retypeapp-win-x64 3.7.0 → 3.8.0

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  Retype Software License Agreement
2
2
 
3
- Version 3.7.0
3
+ Version 3.8.0
4
4
 
5
5
  THIS DOCUMENT IS A LEGAL AGREEMENT (the "License Agreement") BETWEEN OBJECT.NET, INC. ("We," "Us")
6
6
  AND YOU OR THE ORGANIZATION ON WHOSE BEHALF YOU ARE UNDERTAKING THE LICENSE DESCRIBED BELOW ("You",
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Retype - Write anything
1
+ # Retype - Write On!
2
2
 
3
- [Retype](https://retype.com/) is an :sparkles: ultra-high-performance :sparkles: generator that builds a website based on simple text files. Focus on your writing while Retype builds the rest.
3
+ [Retype](https://retype.com/) is an :sparkles: ultra-high-performance :sparkles: static website generator that builds a website based on simple Markdown text files. Focus on your writing while Retype builds the rest.
4
4
 
5
5
  ![](https://user-images.githubusercontent.com/62210/151030834-7f7eb27e-8e5c-44a3-bcc9-f0968336111f.png)
6
6
 
@@ -16,27 +16,27 @@ You [install](https://retype.com/guides/getting-started/) Retype using [`npm`](h
16
16
 
17
17
  From your command line, navigate to a folder location where you have one or more Markdown `.md` files, such as a GitHub or GitLab project.
18
18
 
19
- Next, choose one of the following tools to first install `retypeapp` and then start Retype by using the [`retype watch`](https://retype.com/guides/cli/#retype-watch) command:
19
+ Next, choose one of the following tools to first install `retypeapp` and then start Retype by using the [`retype start`](https://retype.com/guides/cli/#retype-start) command:
20
20
 
21
21
  ### NPM
22
22
 
23
23
  ```
24
24
  npm install retypeapp-win-x64 --global
25
- retype watch
25
+ retype start
26
26
  ```
27
27
 
28
28
  ### Yarn
29
29
 
30
30
  ```
31
31
  yarn global add retypeapp-win-x64
32
- retype watch
32
+ retype start
33
33
  ```
34
34
 
35
35
  ### dotnet
36
36
 
37
37
  ```
38
38
  dotnet tool install retypeapp --global
39
- retype watch
39
+ retype start
40
40
  ```
41
41
 
42
42
  That's it! Your new Retype website should be up and running.
@@ -65,7 +65,7 @@ Pages are [formatted](https://retype.com/guides/formatting/) using Markdown synt
65
65
 
66
66
  #### :arrows_clockwise: Live reload
67
67
 
68
- If a change is detected, such as editing and saving an `.md` file, your Retype website will be updated almost instantly within the browser. After running [`retype watch`](https://retype.com/guides/cli/#retype-watch), edit any `.md` file and see your changes appear in the browser almost instantly.
68
+ If a change is detected, such as editing and saving an `.md` file, your Retype website will be updated almost instantly within the browser. After running [`retype start`](https://retype.com/guides/cli/#retype-watch), edit any `.md` file and see your changes appear in the browser almost instantly.
69
69
 
70
70
  #### :computer: Host anywhere
71
71
 
@@ -73,8 +73,6 @@ Retype generates a basic HTML website that you can self-host on any web hosting
73
73
 
74
74
  ## Support
75
75
 
76
- Technical support questions are best asked in the [Discussions](https://github.com/retypeapp/retype/discussions). The discussions are monitored 24 hours a day and we will do our best to assist.
76
+ If you find a defect, would like to submit a feature request, or have a technical support question, please create an [Issue](https://github.com/retypeapp/retype/issues) and we will investigate right away.
77
77
 
78
- If you find a defect or would like to submit a feature request, please create an [Issue](https://github.com/retypeapp/retype/issues) and we will investigate right away.
79
-
80
- Do you have a general inquiry? Please feel free to contact us at hello@object.net.
78
+ Do you have a general inquiry? Please feel free to contact us at hello@retype.com.
package/bin/retype.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "retypeapp-win-x64",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "description": "Retype CLI.",
5
5
  "main": "retype.js",
6
6
  "bin": {