dcli
  • Introduction
  • What does DCli do?
  • Install DCli
    • Installing on Windows
  • Writing your first CLI app
  • Add DCli to your project
  • pub.dev
  • github
  • Dart basics
    • Dart lambda functions
    • Function Arguments
    • Futures
    • stdin/stdout/stderr a primer
  • Tour
    • Overview
    • Using DCli functions
    • User input
      • Ask Validators
    • Displaying information
    • Managing Files And Directories
    • Environment variables
    • Calling apps
    • Redirecting output
    • Command Line Arguments
    • Paths
    • Glob Expansion
    • Piping
    • Locking
    • Fetch
    • The evils of CD
    • Assets/Resources
    • Cross Platform
      • Posix
      • Windows
      • Docker
        • Detecting Docker
        • Add DCli to a Docker Container
        • Example DCli app in Docker
  • Elevated Privileges
    • Sudo
  • Performance
  • Dependency Management
    • Dependency Management
    • Pubspec Managment
  • DCli Tools
    • DCli tools
    • Use a shebang #!
    • DCli Compile
    • DCli Clean
    • DCli Create
    • DCli Doctor
    • DCli Install
    • DCli Run
    • DCli Warmup
    • DCli Pack
    • Upgrade DCli
  • Internal Workings
    • Internal Workings
    • waitForEx
  • Contributing
    • Creating a release
    • Running Unit tests
    • Implemention support for a shell
    • Templates
  • References
  • Examples
    • Projects
    • Code
      • hello world.
      • dcompress
      • dpath
      • dmysql
      • dshell
      • dwhich
      • dipaddr
      • gnome launcher
  • Articles
    • build CLI apps in dart - part 1
    • build CLI apps in dart - part 2
    • Dealing with permissions
    • 3rd Party console packages
  • Dart on Linux - the perfect CLI tooling
  • Improving your build environment
    • Existing tooling
    • Building with Dart
    • A home for your build tools
  • Olivier Revial - CLI apps made easy
  • Video: package of the week
Powered by GitBook
On this page

Was this helpful?

  1. Examples

Projects

PreviousReferencesNextCode

Last updated 2 years ago

Was this helpful?

The following is a list of open source projects that use DCli.

These can be a handy jumping off point to see how other people use DCli

Project
Description
Repo

critical_test

Enhanced tooling to run and re-run your dart unit tests allowing you to focus on failed tests.

batman

System integrity scanner for PCI compliance.

dcli_scripts

Grab bag of handy utilities for maintaining your dev environment.

dextract

Extracts files from multiple archive format.

dswitch

Provides instant switching between dart versions.

dvault

Utility to encrypted files into a vault using RSA.

nginx-le

Docker container and cli tooling for nginx with built in certbot certificate acquisition and renewals.

OSX-KVM-Installer

Install OSX under kvm on linux.

pub_release

Automates releasing projects to pub.dev

https://github.com/noojee/critical_test
https://github.com/noojee/batman
https://github.com/noojee/dcli_scripts
https://github.com/noojee/dextract
https://github.com/noojee/dswitch
https://github.com/noojee/dvault
https://github.com/noojee/nginx-le
https://github.com/relf108/OSX-KVM-installer
https://github.com/noojee/pub_release