https://github.com/dipien/dipien-component-builder
Plugin, Tools & Processes to build Dipien Components
https://github.com/dipien/dipien-component-builder
Last synced: about 2 months ago
JSON representation
Plugin, Tools & Processes to build Dipien Components
- Host: GitHub
- URL: https://github.com/dipien/dipien-component-builder
- Owner: dipien
- License: apache-2.0
- Created: 2016-06-24T03:18:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T20:17:05.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T19:02:22.482Z (about 2 months ago)
- Language: Java
- Homepage: https://dipien.com
- Size: 498 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](http://www.dipien.com)
# Dipien Component Builder
Plugin, Tools & Processes to build Dipien Components## Continuous Integration
|Branch|Status|Workflows|Insights|
| ------------- | ------------- | ------------- | ------------- |
|master|[](https://circleci.com/gh/dipien/dipien-component-builder/tree/master)|[Workflows](https://circleci.com/gh/dipien/workflows/dipien-component-builder/tree/master)|[Insights](https://circleci.com/build-insights/gh/dipien/dipien-component-builder/master)|
|production|[](https://circleci.com/gh/dipien/dipien-component-builder/tree/production)|[Workflows](https://circleci.com/gh/dipien/workflows/dipien-component-builder/tree/production)|[Insights](https://circleci.com/build-insights/gh/dipien/dipien-component-builder/production)|## New dipien component creation
#### GitHub
* Create a github repository.
* Protect the main branches (master & production) and check the option "Require pull request reviews before merging"
* Remove all the issues labels, keeping only bug (red), enhancement (sky blue) and task (white)
* Add the following files/directories:
* [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
* [LICENCE-md](LICENCE.md)
* [.gitignore](.gitignore)
* [.idea/codeStyles/](.idea/codeStyles/)#### Circle CI
* Add the project
* Add the following environment variables:
* GITHUB_USER_EMAIL
* GITHUB_USER_NAME
* GITHUB_WRITE_TOKEN
* PUBLISHING_REPO_PASSWORD
* PUBLISHING_REPO_USERNAME
* RELEASES_HUB_USER_TOKEN#### Local Environment
* Clone the project to the local environment
* Execute the following command on the root directory
* git config user.email [email protected]## Sponsor this project
Sponsor this open source project to help us get the funding we need to continue working on it.
* [Donate cryptocurrency](http://coinbase.dipien.com/)
* [Donate with PayPal](http://paypal.dipien.com/)
* [Donate on Patreon](http://patreon.dipien.com/)
* [Become a member of Medium](https://membership.medium.dipien.com) [We will receive a portion of your membership fee]## Follow us
* [Twitter](http://twitter.dipien.com)
* [Medium](http://medium.dipien.com)
* [Instagram](http://instagram.dipien.com)
* [Pinterest](http://pinterest.dipien.com)
* [GitHub](http://github.dipien.com)