| Crates.io | cargo-newvsc |
| lib.rs | cargo-newvsc |
| version | 1.0.4 |
| created_at | 2020-01-23 22:20:45.497625+00 |
| updated_at | 2020-01-23 23:35:12.451926+00 |
| description | Cargo new extension for initialising VS Code tasks.json |
| homepage | |
| repository | https://github.com/AdamSmith89/cargo-newvsc |
| max_upload_size | |
| id | 201374 |
| size | 13,546 |
Drop-in replacement for cargo new when using VS Code.
First uses cargo new to initialise a new package, with support for all parameters. Then deploys a basic tasks.json file with build, run & test tasks.
Rust (rls) VSCode extension.
cargo install cargo-newvsc
cargo newvsc <any cargo new params>