# craft-atom **Repository Path**: cloudhai/craft-atom ## Basic Information - **Project Name**: craft-atom - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![craft-atom](http://mindwind.me/images/craft-logo.png) A crafted and elegant atomic component library for Java. It is a maven multi-module java projects, each module is a crafted and atomic java library for specific feature. This README is just a fast "quick start" document. You can find more detailed documentation [here](http://mindwind.me/craft/documentation). ## Philosophy `minimal` Minimal code and dependency. `atomic` Just do one thing right for every component. `compositional` Compose atomic components for complex function. ## How do I use it? Use it as a maven dependency: ```xml io.craftcode craft-atom-xxx 3.1.0 jar ``` ## I want to contribute! That is great! * Use [Github](http://github.com) issues to report bugs or for detailed feature requests. * [Fork](https://help.github.com/articles/fork-a-repo/) and create a topic branch, add your feature last post a [pull request](https://help.github.com/articles/using-pull-requests/) on github. _NOTICE:_ 1. _Please add unit tests in order to prove your modification works smoothly._ 2. _Please make sure your modification passes all unit tests._ 3. _Please respect coding style of craft._ Thanks for helping! ## License See [LICENSE](https://github.com/mindwind/craft-atom/blob/master/LICENSE.txt).