Skip to content

a sample command line application to show current time information written by dart

License

Notifications You must be signed in to change notification settings

TuringZhu/dt-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time info written by dart

a sample command line application for dart

Created from templates made available by Stagehand under a BSD-style license.

build:

# windows
dart compile exe bin/dt.dart  # output to bin/dt.exe
# Unix
dart compile exe -o bin/dt bin/dt.dart

# then remove bin/dt or bin/dt.exe to {BIN} of $PATH

run:

bin/dt

# or build and run
dart bin/dt.dart

output:

2021-08-16 22:30:18.976837 Mon 1629124218

About

a sample command line application to show current time information written by dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages