https://github.com/commencis/starter-extensions
🚀 Modular extensions & templates to enhance Commencis Starter projects
https://github.com/commencis/starter-extensions
boilerplate extensions starter template
Last synced: about 1 year ago
JSON representation
🚀 Modular extensions & templates to enhance Commencis Starter projects
- Host: GitHub
- URL: https://github.com/commencis/starter-extensions
- Owner: Commencis
- License: apache-2.0
- Created: 2025-03-04T18:16:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-06T03:11:18.000Z (about 1 year ago)
- Last Synced: 2025-06-06T04:21:06.492Z (about 1 year ago)
- Topics: boilerplate, extensions, starter, template
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 14
- Watchers: 8
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Commencis Starter Extensions
[](LICENSE)
> [!WARNING]
> The Commencis Starter Extensions is actively under development. Further enhancements are on the way, and feedback and contributions are welcome!
Built to enhance Commencis Starter templates, this repository provides modular extensions that add functionality, configurations, and assets to your projects. The Commencis CLI automates the integration process, making it easy to extend your project with predefined templates and feature modules.
## Getting Started
### Prerequisites
#### Node.js
Before you begin, ensure you have `node: >= 20.18` installed on your system.
#### pnpm
This project uses `pnpm` as the package manager. You can install it either by activating with `corepack` which is the recommended way:
```bash
corepack prepare pnpm@latest --activate
corepack enable pnpm
```
or install globally on your system with npm.
```bash
npm install -g pnpm
```
### Installation
Run the following command to install project dependencies:
```bash
pnpm install
```
## Contribution
We welcome contributions to improve this project. Feel free to open issues or pull requests to suggest enhancements or report any issues.
> [!IMPORTANT]
> For developers contributing to this project, it's important to familiarize yourself with these tools, as they are integral to the workflow and code quality standards.
## License
This project is licensed under the [Apache License 2.0](https://opensource.org/licenses/Apache-2.0) - see the [LICENSE](./LICENSE) file for details.
© [Commencis](https://www.commencis.com/), 2025. All rights reserved.