1.1.0 • Published 7 years ago

atom-check-updates v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

atom-check-updates Travis npm package

A CLI for easily updating Atom to the latest version on RPM or Debian-based systems.

npm install --global atom-check-updates

Inspired by atom-updater, which sadly doesn't work with atom versions past 1.7.x

how to use

$ acu -h # or atom-check-updates

  Usage: acu [options]

  Options:

    -h, --help       output usage information
    -b, --beta       Check for beta releases
    -y, --force-yes  Update without user confirmation

# check for latest stable release (prompt for update)
$ acu
# check for latest beta release (prompt for update)
$ acu --beta
# update to latest beta, if a new version is available,
# without asking for confirmation
$ acu --beta --force-yes

license

MIT © 2016-2017 Simon Kjellberg

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago