Skip to content

orevial/dart-release-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart release CLI

A simple command-line application written in Dart.

The CLI app simply takes a version number and change the old pubspec version number to the new version number.

To run the CLI :

Using Dart VM

dart bin/release.dart

Using DCli tools

First make sure you have DCli tools globally installed and then:

# Make sure your file is executable first
chmod +x bin/release.dart

# Run as a simple script
./bin/release.dart

Using dart compile

dart compile exe bin/release.dart -o release

🕙 Info: Compiling with sound null safety
🕙 Generated: dart-release-cli/release

# Time to run !
./release

About

A simple pubspec release script using Dart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages