1.0.1 • Published 9 months ago
2fa-app v1.0.1
2fa-app
A nodejs TOTP code creation app
Install
# Globaly
npm i -G 2fa-app
# Or Use with npx
npx 2fa-appOptions
--help Show help [boolean]
--version Show version number [boolean]
-A, --add add a platform (requires platform, may optionaly add
--length/-L) [string]
-R, --remove remove a platform (requires platform) [string]
-P, --platform the platform to use. By itself generates a code for the
platform [string]
-L, --length Length of the code (Optional, defaults to 6. May be used in
adding the key of mey override when generating.) [number]
-D, --dump Create the codes for all platforms [boolean]