https://github.com/exts/upstorm
Phpstorm updater for linux written with crystal language
https://github.com/exts/upstorm
Last synced: 8 months ago
JSON representation
Phpstorm updater for linux written with crystal language
- Host: GitHub
- URL: https://github.com/exts/upstorm
- Owner: exts
- License: mit
- Created: 2017-03-23T18:09:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T18:10:28.000Z (over 9 years ago)
- Last Synced: 2024-12-27T04:26:21.297Z (over 1 year ago)
- Language: Crystal
- Size: 1.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Upstorm
Used to update your copy of phpstorm with any version if it exists
## Installation
Shouldn't need any libraries to build, it uses crystals std to do everything. Just compile using `crystal build upstorm.cr` and you're good to go.
## Usage
To run you'll need to `sudo upstorm` assuming you added it to your `/usr/local/bin` in order to move the contents to /opt/phpstorm
For the user input when changing the folder there are a few commands available:
- `r` - to reset the folder
- `q` - to quit the application
- `y` - to confirm that's the correct path
When giving a version number there's a few commands:
- `q` - to quit
- leave it blank if a version is set to rerun
## Included tar.gz
I have a compiled version attached, should work. I'll test it on my laptop later where crystal isn't installed to see if it works as intended.
## Contributors
exts - creator, maintainer