@unsetsoft/ryunixjs 1.1.6 → 1.1.7-canary.2
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 +4 -4
- package/dist/Ryunix.js +656 -629
- package/dist/Ryunix.min.js +1 -1
- package/package.json +16 -5
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
display: block;
|
|
3
3
|
margin: 0 auto;" />
|
|
4
4
|
|
|
5
|
-
## RyunixJS [](https://www.npmjs.com/package/@unsetsoft/ryunixjs)[](https://www.npmjs.com/package/@unsetsoft/ryunixjs)[](https://www.npmjs.com/package/@unsetsoft/ryunixjs/v/canary)
|
|
6
6
|
|
|
7
7
|
### What is RyunixJS?
|
|
8
8
|
|
|
@@ -10,10 +10,10 @@ Like React, NextJS, Preact, Vite. Ryunix allows you to build static websites fro
|
|
|
10
10
|
|
|
11
11
|
### Usage
|
|
12
12
|
|
|
13
|
-
`npx @unsetsoft/cra@latest
|
|
13
|
+
`npx @unsetsoft/cra@latest <my-app>`
|
|
14
14
|
|
|
15
15
|
### Do you want to contribute?
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
You can make any change as long as it does not affect the `canary` branches. Make changes that are important, necessary or to add something new if you see it necessary, include your proposal before in an issue and then create a PR referencing that issue.
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
To be able to work more comfortably you should create a branch with this name `gh/[user]/[branch name]`, all changes should always go to the canary version. Once the changes are applied and no problems are detected, they will become part of the nightly version for further testing and finally the final version will be released. make each change with a simple descriptive message, and remember not to change the version of the mono repo or packages, such changes are made manually when a new update is about to be made.
|