First upload

This commit is contained in:
2022-02-10 16:10:08 +02:00
commit 2d3525a988
2 changed files with 78 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# Usage
# Download
### package.json
1. Put in the folder `package.json` file.
2. Run `./npm-install`.
### Specific Package
1. Run `./npm-install <your-package>`.
## Publish
1. Make sure have the all package you will publish in the same folder (`tgz` files).
2. Run `./npm-install`.
3. After published, the all packages and json file will remove.