Sha256: 48f0b5842337021c23fc097db813c8660f7fc85ccb5e7f39d6150f08f3ed9359

Contents?: true

Size: 651 Bytes

Versions: 3

Compression:

Stored size: 651 Bytes

Contents

Documentation: https://bundler.io/guides/creating_gem.html

Reclone

- user runs `reclone` via terminal (duh)
- gets username? 
  -- check to see if user name exists
- gets password
- gets repo range (50 or 100 most recent repos)
  -- potential cap on range depending github api

- gets directory to clone to
  -- check to see if repo exists?

  
- clones them bishes
  -- if just one clone, ask the user to clone manually
  -- let user know if repo range is outside of api rate limiting

Potential classes
- cli class
  refer to old code for idea?

- user class
 #user_name
  checks api class to see if user_name exists?


 #directory?

- github api?

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
reclone-0.5.0 notes.md
reclone-0.3.0 notes.md
reclone-0.1.0 notes.md