Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.
/ projects-rs Public archive

A CLI tool for initializing projects in multiple programming languages, from predefined templates

License

Notifications You must be signed in to change notification settings

moeenn/projects-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projects

A CLI tool for initialising projects from templates.

Installation

See the releases section to download a binary for your specific system. If a precompiled binary is not available you can always build from source.

Build from source

$ cargo build --release

Usage

$ projects --help

Usage: projects [OPTIONS]

Options:
  -t, --template <TEMPLATE>  [default: java-gradle]
  -n, --name <NAME>          [default: sandbox]
  -l, --list
  -h, --help                 Print help
  -V, --version              Print version

Available templates

$ projects --list

Valid templates include:
 - c
 - cpp-cmake
 - javascript (or 'js')
 - typescript (or 'ts')
 - python (or 'py')
 - java-gradle
 - go

About

A CLI tool for initializing projects in multiple programming languages, from predefined templates

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages