add docs
This commit is contained in:
parent
ad1bb13d7b
commit
c5252e524a
29
docs/index.md
Normal file
29
docs/index.md
Normal file
@ -0,0 +1,29 @@
|
||||
# smartupdate
|
||||
update your tools in a smart way
|
||||
|
||||
## Availabililty
|
||||
[](https://www.npmjs.com/package/smartupdate)
|
||||
[](https://GitLab.com/pushrocks/smartupdate)
|
||||
[](https://github.com/pushrocks/smartupdate)
|
||||
[](https://pushrocks.gitlab.io/smartupdate/)
|
||||
|
||||
## Status for master
|
||||
[](https://GitLab.com/pushrocks/smartupdate/commits/master)
|
||||
[](https://GitLab.com/pushrocks/smartupdate/commits/master)
|
||||
[](https://www.npmjs.com/package/smartupdate)
|
||||
[](https://david-dm.org/pushrocks/smartupdate)
|
||||
[](https://www.bithound.io/github/pushrocks/smartupdate/master/dependencies/npm)
|
||||
[](https://www.bithound.io/github/pushrocks/smartupdate)
|
||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||
[](http://standardjs.com/)
|
||||
|
||||
## Usage
|
||||
Use TypeScript for best in class instellisense.
|
||||
|
||||
For further information read the linked docs at the top of this README.
|
||||
|
||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
||||
|
||||
[](https://push.rocks)
|
@ -35,7 +35,7 @@ export class SmartUpdate {
|
||||
newData.latestVersion = npmPackage.version
|
||||
let upgradeBool = await this.checkIfUpgrade(npmPackage, compareVersion)
|
||||
if(upgradeBool) {
|
||||
|
||||
|
||||
}
|
||||
this.kvStore.writeKey(npmnameArg, newData)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user