@unsetsoft/ryunixjs 0.2.12 → 0.2.13

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.
Files changed (2) hide show
  1. package/README.md +16 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,20 +1,29 @@
1
1
  # RyunixJS
2
2
 
3
+ [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FUnSetSoft%2FRyunixjs%2Ftree%2Fmaster%2Fvercel%2Fryunix-jsx&project-name=ryunix-jsx-project&repository-name=ryunix-jsx-project)
4
+
5
+
3
6
  ## What is RyunixJS?
4
7
 
5
8
  Is a ReactJS Clone! Even lighter, however, at a very early stage for production use.
6
9
 
7
- ## Install & Usage
10
+ ## Usage
8
11
 
9
- `npm install @unsetsoft/create-ryunix-app -g`
12
+ `npx @unsetsoft/create-ryunix-app get`
10
13
 
11
- ### Obtain and download the template
14
+ ### Rename your final folder
12
15
 
13
- `create-ryunix-app get`
16
+ `npx @unsetsoft/create-ryunix-app get --dirname awasome-ryunix-app`
14
17
 
15
- ### Rename your final folder
18
+ ### Templates
19
+
20
+ `npx @unsetsoft/create-ryunix-app get --template ryunix-jsx`
21
+
22
+ Supported templates [ryunix-js|ryunix-jsx|ryunix-ryx]
23
+
24
+ ### Branch (Not recomended and only works with create-ryunix-app 1.0.1)
16
25
 
17
- `create-ryunix-app get --dirname awasome-ryunix-app`
26
+ `npx @unsetsoft/create-ryunix-app get --branch <github branch>`
18
27
 
19
28
  ## Bugs?
20
29
 
@@ -22,4 +31,4 @@ You can create an issue on GitHub.
22
31
 
23
32
  ## Do you want to contribute?
24
33
 
25
- Fork a send a pull request!
34
+ Fork a send a pull request!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unsetsoft/ryunixjs",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "license": "MIT",
5
5
  "main": "./dist/Ryunix.js",
6
6
  "private": false,
@@ -42,4 +42,4 @@
42
42
  "engines": {
43
43
  "node": ">=18.16.0"
44
44
  }
45
- }
45
+ }