0.1.5 • Published 4 years ago

@kdcio/init v0.1.5

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

KDC Init

Initialize KDC Projects with npm & git. Security included!

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-secrets - 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>