Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 548 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 548 Bytes

You can leapfrog your Copper development here by generating a copper project from a template.

Prerequisites:

Rust / Cargo of course:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Then install cargo-generate:

cargo install cargo-generate

Now you can generate a new Copper project, for example execute this from this directory to build an end to end Copper project:

cargo cunew [destination folder]

It should ask you what is your project name and it should generate a full project for you.