cargo-newvsc

Crates.iocargo-newvsc
lib.rscargo-newvsc
version1.0.4
sourcesrc
created_at2020-01-23 22:20:45.497625
updated_at2020-01-23 23:35:12.451926
descriptionCargo new extension for initialising VS Code tasks.json
homepage
repositoryhttps://github.com/AdamSmith89/cargo-newvsc
max_upload_size
id201374
size13,546
(AdamSmith89)

documentation

README

Build Status crates.io

Overview

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.

Dependencies

Rust (rls) VSCode extension.

Install

cargo install cargo-newvsc

Usage

cargo newvsc <any cargo new params>

Commit count: 38

cargo fmt