Hacktoolkit
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!
Install / Use
/learn @hacktoolkit/HacktoolkitREADME
hacktoolkit
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.
About this 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
- Code is organized into sub-folders or submodules, each with their own
READMEfiles. - Always read the
READMEfiles in subdirectories before using the code so that your computer or mobile device doesn't blow up.
Goals and Philosophy
- There will only be one main repository, ever, for Hacktoolkit (with the exception of submodules--more on this later)
- The goal is to be one repository that users can clone and immediately start using, not 47 different repositories.
- Easy to use; easy onboarding process
- Clean, robust code
- Find the best examples that are already existing (don't reinvent the wheel), and import them as submodules
- We love skeletons and bootstrap code
Nomenclature
Hacktoolkit vs hacktoolkit
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.
Names in code
- Java or Android package names, for example, should start with
com.hacktoolkitandcom.hacktoolkit.android, respectively htkis the preferred abbreviation for lowercase names- Java class names can use the prefix
HTK, e.g.HTKUtils.java,HTKConstants.java,HTKSettings.java
Getting Started
Three simple steps:
- Clone the repository
git clone git@github.com:hacktoolkit/hacktoolkit.git - Update submodules
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) - Profit
Start coding away with Hacktoolkit and share your delight with everyone else.
To get future updates, run:git pull && git submodule update
Submodules
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 initafter cloninggit submodule updateupdates all the submodules
Contributing
Hacktoolkit 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.
- Always include a
README(.mdis preferred) file in each directory, unless it is a leaf - Follow the best practices and coding style guides for that language, platform, or API
- Use your best judgment and common sense, always.
- More coming...
Related Skills
diffs
343.1kUse the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.
openpencil
1.9kThe world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.
HappyColorBlend
HappyColorBlendVibe Project Guidelines Project Overview HappyColorBlendVibe is a Figma plugin for color palette generation with advanced tint/shade blending capabilities. It allows designers to
Flyaro-waffle-app
Waffle Delight - Full Stack MERN Application Rules & Documentation Project Overview A comprehensive waffle delivery application built with MERN stack featuring premium UI/UX, admin management, a

