1.0.7 • Published 7 years ago

hachim-signer v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Hachim-Signer

Downloads : +300

Ionic 3.6.0

A simple package for your NodeJs project allowing you to :

  • Create a key.keystore
  • Sign up your APK either with the key created above or one of your own.

I have used the uber-apk-signer.jar for that.

This package was made for my Ionic projects so it's fully compatible with Ionic 3.6.0

Version

1.07

Version

Installation

npm install --save-dev hachim-signer@latest

Usage

create the keystore

sign keystore:create --ks key.keystore --al aliasName --pwd yourPassword

Sign your apk

sign sign:apk --ks key.keystore --al aliasName --pwd yourPassword --aP path/to/app.apk

Arguments

ArgumentsDescription
--kskeystore Name
--alAlias Name (Default is : mainKeyStore)
--pwdPassword for the storepass and keypass
--aPthe path to the apkto be signed

Source Code :

Made by Hachim JABRI for Magnus 2C

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago