Skip to content

DuskSystems/template

Repository files navigation

license: MIT/Apache-2.0 [![crates.io](https://img.shields.io/crates/v/{{ project-name }})](https://crates.io/crates/{{ project-name }}) [![documentation](https://docs.rs/{{ project-name }}/badge.svg)](https://docs.rs/{{ project-name }})

rust: 1.85+ unsafe: forbidden

[![codecov](https://codecov.io/gh/DuskSystems/{{ project-name }}/graph/badge.svg)](https://codecov.io/gh/DuskSystems/{{ project-name }}) [codspeed](https://codspeed.io/DuskSystems/{{ project-name }})

{{ project-name }}

{{ description }}

Usage

> cargo generate \
  --git https://github.com/DuskSystems/template.git \
  --name {{ project-name }} \
  --define description="{{ description }}" \
  --define keywords='{{ keywords }}' \
  --define categories='{{ categories }}'
> cd {{ project-name }}
> git add .
> git commit -m "feat: Initial commit"
> ./scripts/setup.sh

Cleanup

Delete this section from the README, and scripts/setup.sh.

License

{{ project-name }} is licensed under the terms of both the MIT License and the Apache License (Version 2.0).

About

A project template.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors