John15321 / cookiecutter-krabby-patty

A Cookiecutter project template for Rust projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Cookiecutter project template for Rust projects

License:MIT License


Languages

Language:JavaScript 91.0%Language:Python 4.5%Language:Rust 4.5%