Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloggerpack/bloggerpack
A tool for develop Blogger theme.
https://github.com/bloggerpack/bloggerpack
blogger bloggerpack blogspot
Last synced: 3 months ago
JSON representation
A tool for develop Blogger theme.
- Host: GitHub
- URL: https://github.com/bloggerpack/bloggerpack
- Owner: bloggerpack
- License: mit
- Created: 2017-09-27T12:15:57.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T01:33:21.000Z (almost 2 years ago)
- Last Synced: 2024-07-22T00:03:57.987Z (4 months ago)
- Topics: blogger, bloggerpack, blogspot
- Language: JavaScript
- Homepage:
- Size: 4.46 MB
- Stars: 105
- Watchers: 14
- Forks: 36
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-indonesian - Bloggerpack - `A tool for develop Blogger theme.` *by [Igoy Nawamreh](https://github.com/igoynawamreh)* (B)
- made-in-indonesia - Bloggerpack - `A tool for develop Blogger theme.` *by [Igoy Nawamreh](https://github.com/igoynawamreh)* (B)
README
[![Bloggerpack Status](https://github.com/bloggerpack/bloggerpack/workflows/Bloggerpack/badge.svg?branch=main)](https://github.com/bloggerpack/bloggerpack/actions?query=workflow%3ABloggerpack+branch%3Amain)
[![Starters Status](https://github.com/bloggerpack/bloggerpack/workflows/Starters/badge.svg?branch=main)](https://github.com/bloggerpack/bloggerpack/actions?query=workflow%3AStarters+branch%3Amain)
[![Plugins Status](https://github.com/bloggerpack/bloggerpack/workflows/Plugins/badge.svg?branch=main)](https://github.com/bloggerpack/bloggerpack/actions?query=workflow%3APlugins+branch%3Amain)
[![JS Lint Status](https://github.com/bloggerpack/bloggerpack/workflows/JS%20Lint/badge.svg?branch=main)](https://github.com/bloggerpack/bloggerpack/actions?query=workflow%3AJS+Lint+branch%3Amain)# Bloggerpack
The bloggerpack repo is managed as a [monorepo](https://en.wikipedia.org/wiki/Monorepo), which contains bloggerpack [packages](https://github.com/bloggerpack/bloggerpack/tree/main/packages), [plugins](https://github.com/bloggerpack/bloggerpack/tree/main/plugins) and [starters](https://github.com/bloggerpack/bloggerpack/tree/main/starters).
## Packages
| Name | Description |
| ---- | ----------- |
| [bloggerpack](https://github.com/bloggerpack/bloggerpack/tree/main/packages/bloggerpack) | A tool for develop Blogger theme. |
| [bloggerpack-create](https://github.com/bloggerpack/bloggerpack/tree/main/packages/bloggerpack-create) | Create Bloggerpack based theme using command line and starter template as a head start. |## Starters
| Name | Description |
| ---- | ----------- |
| [@bloggerpack/starter-blank](https://github.com/bloggerpack/bloggerpack/tree/main/starters/blank) | Blank starter theme. |
| [@bloggerpack/starter-bootstrap-4](https://github.com/bloggerpack/bloggerpack/tree/main/starters/bootstrap-4) | Bootstrap 4 starter theme. |
| [@bloggerpack/starter-create](https://github.com/bloggerpack/bloggerpack/tree/main/starters/create) | Starter theme for creating new Bloggerpack starter theme. |## Plugins
| Name | Description |
| ---- | ----------- |
| [@bloggerpack/plugin-create](https://github.com/bloggerpack/bloggerpack/tree/main/plugins/create) | Plugin for creating new Bloggerpack plugin. |
| [@bloggerpack/plugin-hello-world](https://github.com/bloggerpack/bloggerpack/tree/main/plugins/hello-world) | Hello world plugin. |## Contributing
Please read our [contributing guidelines](.github/CONTRIBUTING.md).
## License
Licensed under [MIT](LICENSE).