Skip to content

negibokken/lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lab command

Description

Create GitLab Repository easily. And make sharing your code faster!

Usage

  • Create a repository that name is current directory

    $ lab create
    
  • Commit you all codes in current directory and push them to created Directory

    $ lab push
    
  • Create repository and push them instantly

    $ lab all
    

Install

To install, use go get:

$ go get -d github.com/negibokken/lab

Contribution

  1. Fork (https://github.com/negibokken/lab/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

bokken

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published