cargo-workspace-cli 0.1.0

A simple Template for Rust and Nodejs, Set up the development environment quickly.
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.04 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 964.63 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • guobin211/cargo-workspace
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • guobin211

cargo-workspace-cli

Usage

    cargo install cargo-workspace-cli
    cargo workspace new my-project 

Features

Environment

  • 1、Support for VsCode DevContainer and Docker
  • 2、Development for Rust Project
  • 3、Development for Web And WebAssembly Project
  • 4、Development for Nodejs Project

Code Quality

  • 1、ESLint for TypeScript and JavaScript
  • 2、Rust Analyzer for Rust
  • 3、Stylelint for CSS
  • 4、Prettier for File format
  • 5、Git Hooks for Commit and Push
  • 6、Github Actions for CI

Build System

  • 1、Webpack
  • 2、Vite
  • 3、wasm-pack
  • 4、Cargo

Publish Support

  • 1、NPM and Yarn and Pnpm
  • 2、Rust on Crates

Test Support

  • 1、Vitest
  • 2、Cargo Test