-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(auto): 🐛 Fixes in the exports and readme generation
- Loading branch information
1 parent
4f82a02
commit a850f2c
Showing
11 changed files
with
533 additions
and
413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,51 @@ | ||
# Title | ||
# BePower Code Style | ||
|
||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> | ||
|
||
<!-- COVERAGE-BADGE:START - Do not remove or modify this section --> | ||
[badge-all-contributors]: https://img.shields.io/badge/all_contributors-1-orange.svg | ||
|
||
![coverage: 99%](https://img.shields.io/badge/coverage-99%25-green.svg) | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
|
||
<!-- COVERAGE-BADGE:END --> | ||
[![All Contributors][badge-all-contributors]](#contributors-) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) | ||
|
||
This repository contains common configurations for building apps at BePower. | ||
|
||
## Usage | ||
|
||
This repo is managed as a monorepo that is composed of many npm packages, where each package has its own `README` and documentation describing usage. | ||
|
||
### Packages Index | ||
|
||
<!-- PACKAGES-TABLE:START - Do not remove or modify this section --> | ||
<!-- prettier-ignore-start --> | ||
| Package | Install command | | ||
| --- | --- | | ||
| [![@bepower/auto-config: 10.0.2](https://img.shields.io/badge/@bepower/auto--config-10.0.2-brightgreen.svg)](packages/auto-config) | `$ npm install --save-dev @bepower/[email protected]` | | ||
| [![@bepower/eslint-plugin: 4.0.0](https://img.shields.io/badge/@bepower/eslint--plugin-4.0.0-brightgreen.svg)](packages/eslint-plugin) | `$ npm install --save-dev @bepower/[email protected]` | | ||
| [![@bepower/prettier-config: 5.0.0](https://img.shields.io/badge/@bepower/prettier--config-5.0.0-brightgreen.svg)](packages/prettier-config) | `$ npm install --save-dev @bepower/[email protected]` | | ||
<!-- prettier-ignore-end --> | ||
<!-- PACKAGES-TABLE:END --> | ||
|
||
### Releasing | ||
|
||
Everything is automated with `auto` and Github Actions | ||
|
||
## Contributors ✨ | ||
|
||
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): | ||
|
||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
<!-- prettier-ignore-start --> | ||
<!-- markdownlint-disable --> | ||
<table> | ||
<tr> | ||
<td align="center"><a href="https://github.com/NiccoloOlivieriAchille"><img src="https://avatars.githubusercontent.com/u/55181558?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Niccolò Olivieri Achille</b></sub></a><br /><a href="#infra-NiccoloOlivieriAchille" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/BePowerDeploy <[email protected]>/@bepower/dev-configs/commits?author=NiccoloOlivieriAchille" title="Code">💻</a> <a href="https://github.com/BePowerDeploy <[email protected]>/@bepower/dev-configs/commits?author=NiccoloOlivieriAchille" title="Documentation">📖</a> <a href="https://github.com/BePowerDeploy <[email protected]>/@bepower/dev-configs/commits?author=NiccoloOlivieriAchille" title="Tests">⚠️</a></td> | ||
</tr> | ||
</table> | ||
|
||
<!-- markdownlint-restore --> | ||
<!-- prettier-ignore-end --> | ||
|
||
<!-- ALL-CONTRIBUTORS-LIST:END --> | ||
|
||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.