Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Script to make repo creation faster for lazy developers like me.

Notifications You must be signed in to change notification settings

shubhodeep9/LazyMe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LazyMe

Script to make repo creation faster for lazy developers like me.

Installation

> go get github.com/UjjwalAyyangar/lazyme

Usage

> lazyme
Enter GitHub Username or Email : shubhodeep9
Enter GitHub Password :
Enter the details for the repository you want to create

Name of the repository : sometest
Do you want it to be private? : [n]
Give a one line description for your Repository : testing
Do you want to initialize this repository with a README? : [n] y
Yohoo! Repo created, visit https://github.com/shubhodeep9/sometest

Do you want to clone the repository? : [y] y
Yay, you may visit the directory
Bye!

Development

Instructions to setup development environment for contribution:

  • Clone the repository in $GOPATH/src/github.com/UjjwalAyyangar/
  • Install dependencies via curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh && dep ensure

Contributors

@UjjwalAyyangar · @shubhodeep9

About

Script to make repo creation faster for lazy developers like me.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%