Skip to content

claudiodangelis/startr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

startR

What is startR?

  • startR allows you to quickly use starting points for projects.
  • startR follows sublime snippet syntax ${1}, ${2}, ${3}, ... ${n} (Defaults ${n:default} are not yet supported.)

Installation

Follow instructions respectively for dart or python versions.

Use

  1. Copy git clone url from a github repo.
    Example: git@github.com:toolr/hw.angular.dart.startr.git from toolR/hw.angular.dart.startR

  2. Run startR at your project directory:

    $ startr get <git clone url> [arguments] 
    

    Example:

    $ startr get git@github.com:toolr/hw.angular.dart.startr.git coolprojectname
    

Create a startR

Any github repo in any language can be a startR. See Example: toolR/hw.angular.dart.startR

  1. Replace code throughout your project with ${1}, ${2}, ${3}, ... ${n}.

  2. Whenever you run startR and n arguments, it will replace accordingly. It even works with filenames. Directory names are not yet supported.

Authors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published