1.0.3 • Published 5 years ago

@czerkacorp/czerka-dev-tools v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Czerka Developer Tools

A command line interface (CLI) used to aid in the development of applications made by Czerka Corporation.

Installation

There are two ways czerka-dev-tools can be installed. Use whichever works best for you.

NPM Install

$ npm i -g @czerkacorp/czerka-dev-tools

This will install the package globally on your machine so that you can use the commands in any directory, at any time.

NPX

$ npx -p @czerkacorp/czerka-dev-tools -c "<command>"

If you have a version of NPM that comes with NPX, you can run the commands without having to install the package globally. Run the command above, replacing <command> with one of the commands below and NPX will locate the package and run the command for you without the need to install via npm i -g.

Commands

  • czerka:generatekey <length>
  • npx -p @czerkacorp/czerka-dev-tools -c "czerka:generatekey <length>"

Generate a secret key to be used for signing JWTs, password hashing or any number of other reasons you may need a secret key for. Jedi and Sith flavored for extra security.

$ czerka:generatekey 10
 -------------------------------
 -- Generating secret key
 -- Length: 10
 -------------------------------
 darth-WrbUbEmMvx

Contributing

If you would like to contribute towards czerka-dev-tools development, please follow these steps:

  • Fork the czerka-dev-tools repository on Github
  • Make your changes, commit and push to your fork's master
  • Open a pull request against the czerka-dev-tools repository

Other

If you have any feature requests, questions or concerns, please open an issue in the czerka-dev-tools repository.

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago