@appcircle/codepush-cli 0.0.1-alpha.3 → 0.0.1
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/CONTRIBUTING.md +1 -1
- package/README.md +5 -0
- package/package.json +1 -1
package/CONTRIBUTING.md
CHANGED
package/README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
> ⚠️ **Notice**
|
|
2
|
+
> This NPM package is a fork of the original GitHub repository.
|
|
3
|
+
> The implementation has been modified and may differ from the original.
|
|
4
|
+
> Documentation is currently being updated to reflect these changes.
|
|
5
|
+
|
|
1
6
|
# CodePush CLI
|
|
2
7
|
|
|
3
8
|
The CodePush CLI is a Node.js application that allows users to interact with CodePush Server.
|