Skip to content

pombredanne/ok

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ok


license

ok is Make for stupid people: a simple tool for cloning, copying, and initializing projects, because bootstrapping shouldn't be so gosh-durn hard. Inspired by init-skeleton.

Install

ok assumes you have at least Python 2.7 and git installed. You can check whether you have these dependencies with the following commands:

$ python --version
$ git --version

If those return version strings and not errors, you're good to go!

  1. Using git, clone ok to somewhere convenient (for this readme, we will assume your home directory):

    $ git clone git@github.com:willyg302/ok.git

    ...or if you wish, download and unpack the ZIP from GitHub.

  2. Run the following commands, following any additional instructions you receive along the way:

    $ cd ok
    $ python install.py

Congratulations, you're now ready to use ok!

Testing

Call ok run test while in the root directory of this repo. Yes, ok uses itself to test itself. No, you should not be surprised.

Roadmap (v0.5.0)

  • Basic tests
  • Code rewrite to be completely bootstrapping
  • Split modules into separate repository, remove Python-centric code
  • Set up documentation
  • Support Python 3.4

About

Make for stupid people

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%