The one Open Source project to rule them all. Win hackathons by using refined APIs and bootstrap code to build complete websites and apps in 24 hours. Bootstraps, skeletons, algorithms, design patterns, and more!
Hacktoolkit is the ONE open source project to rule them all (we try to, at least).
The spirit of this project is summarized in this tagline: Win hackathons by using refined APIs and bootstrap code to build complete websites and apps in 24 hours.
README
This README
is about the hacktoolkit library hosted at: https://github.com/hacktoolkit/hacktoolkit
For information about the project, see the website: http://hacktoolkit.com
README
files.README
files in subdirectories before using the code so that your computer or mobile device doesn’t blow up.Use Hacktoolkit (capital, proper name, one word, no spaces or hyphens) when referring to the project or code.
Use hacktoolkit
(all lowercase) only when referring to the code, library, or package name.
com.hacktoolkit
and com.hacktoolkit.android
, respectivelyhtk
is the preferred abbreviation for lowercase namesHTK
, e.g. HTKUtils.java
, HTKConstants.java
, HTKSettings.java
Three simple steps:
git clone [email protected]:hacktoolkit/hacktoolkit.git
git submodule init
(inside the directory of the newly cloned repository; only run the first time)git submodule update
(Download the submodule codes the first time)git pull && git submodule update
This project makes extensive use of Git Submodules.
For information on how to use Git Submodules, read http://git-scm.com/book/en/Git-Tools-Submodules.
In addition to the normal git clone
or git pull
, two commands are necessary to keep the submodules up-to-date:
git submodule init
after cloninggit submodule update
updates all the submodulesHacktoolkit is always looking for help, whether you are a designer or a developer.
If you would like to be a maintainer for Hacktoolkit, contact Jonathan Tsai (https://github.com/jontsai).
The majority of people should probably just fork this repository and issue pull requests.
README
(.md
is preferred) file in each directory, unless it is a leaf