@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.
- package/README.md +16 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,20 +1,29 @@
|
|
|
1
1
|
# RyunixJS
|
|
2
2
|
|
|
3
|
+
[](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
|
-
##
|
|
10
|
+
## Usage
|
|
8
11
|
|
|
9
|
-
`
|
|
12
|
+
`npx @unsetsoft/create-ryunix-app get`
|
|
10
13
|
|
|
11
|
-
###
|
|
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
|
-
###
|
|
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 --
|
|
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!
|