apk-signer

0.2.0 • Public • Published

npm GitHub issues bitHound Score Travis js-standard-style Beevelop

apk-signer

simple command line tool for easily signing apks

Installation

npm install -g apk-signer

Options

--help           Show help                                           [boolean]
-c               Path to JSON config file
-f, --file       (relative) path to the apk file           [string] [required]
-a, --alias      alias_name for your application                    [required]
-k, --keystore   path to the keystore to sign your app with         [required]
-s, --storepass  password for keystore integrity                    [required]
-p, --keypass    password for private key (if different)
-l, --log        File to log stdout to
-o, --output     Define output name for signed apk
-v, --version    Show version number                                 [boolean]

Example

apk-signer -f android-release-unsigned.apk -a foobar -k foobar.keystore -s foobar
 
# Optionally specify the wished output filename (.apk will be appended) 
apk-signer -f android-release-unsigned.apk -a foobar -k foobar.keystore -s foobar -o foobar

Development

# Generate a new Keystore 
keytool -genkey -v -keystore foobar.keystore -alias foobar -keyalg RSA -keysize 2048 -validity 10000

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    13
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    13
  • 0.1.0
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i apk-signer

Weekly Downloads

15

Version

0.2.0

License

MIT

Unpacked Size

7.92 kB

Total Files

6

Last publish

Collaborators

  • beevelop