Skip to content

nithinbekal/devx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devx

A simple CLI tool that automatically detects your project type and runs the appropriate commands.

Supported Projects

  • Rails (detects bin/rails)
  • Rust (detects Cargo.toml)
  • Elixir/Phoenix (detects mix.exs)
  • Go (detects go.mod)
  • Node.js (detects package.json)

Installation

cargo install devx

Commands

Command Short Description
devx test devx t Run tests
devx lint devx l Run linter
devx server devx s Start development server
devx install devx i Install dependencies

Options

  • --help, -h - Show help message
  • --version, -v - Show version

Usage

cd your-project
devx test           # or: devx t
devx lint           # or: devx l
devx server         # or: devx s
devx install        # or: devx i

About

A simple CLI tool that automatically detects your project type and runs the appropriate commands.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages