Skip to content

Zectbumo/dart-enchilada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dart-enchilada

This creates an bare bone Dart directory structure to get your project started.

From the command line

git clone https://github.com/Zectbumo/dart-enchilada my_project

Use a shell script

#!/bin/sh
git clone https://github.com/Zectbumo/dart-enchilada "$1"

Add to your .bashrc

pubinit() { git clone https://github.com/Zectbumo/dart-enchilada "$1"; }

About

A Dart enchilada directory template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published