Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 915 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 915 Bytes

cookiecutter-krabby-patty

A Cookiecutter project template for Rust projects

You need to install cookiecutter to use it:

pip install cookiecutter

Usage:

$ cookiecutter https://github.com/John15321/cookiecutter-krabby-patty

This template configures:

  • CI jobs for
  • Formatting check
  • Linting check
  • Builds on ubuntu, macos, windows each with stable, beta, nightly, toolchains
  • Tests on ubuntu, macos, windows each with stable, beta, nightly, toolchains
  • Checking package integrity and pubirsh dry-run
  • Makefile.toml using cargo-make
  • Choose a license
  • README badges
  • Dependency license check using cargo-deny
  • Dependency vulnurabilities audit using cargo-audit