Skip to content
/ init Public

Initialize KDC Projects with npm & git. Security included!

License

Notifications You must be signed in to change notification settings

kdcio/init

Repository files navigation

KDC Init

Initialize KDC Projects with npm & git. Security included!

ver build size Known Vulnerabilities Quality Gate Status license

Features

  1. Install gpg - Encrypt files using a public and a secret key identified by your email address.
  2. Install git-secrets - Prevents you from committing passwords and other sensitive information in plain text to a git repository.
  3. Install git-secret - Encrypt files that containt passwords and other sensitive information before comitting to a git repository.
  4. Run git init - Initialize git repository.
  5. Run npm init - Initialize npm project.
  6. Install husky and lint-staged - Enable git hooks to make use of git-secrets.

Prerequisites

Please install the following before using:

Usage

npx @kdcio/init <project-name>

Visit git-secret to learn how to use it.