Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dubisdev/cerebro-plugin-boilerplate
Modern and updated cerebro plugin template, with a faster and customizable build system (esbuild).
https://github.com/dubisdev/cerebro-plugin-boilerplate
Last synced: 1 day ago
JSON representation
Modern and updated cerebro plugin template, with a faster and customizable build system (esbuild).
- Host: GitHub
- URL: https://github.com/dubisdev/cerebro-plugin-boilerplate
- Owner: dubisdev
- License: mit
- Created: 2021-11-14T21:33:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T18:25:08.000Z (over 2 years ago)
- Last Synced: 2024-11-24T02:33:59.823Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cerebro - cerebro-plugin-boilerplate - Updated cerebro plugin template with a faster and customizable build system. (Development / Operational System Exclusives)
README
# cerebro-plugin-boilerplate
## Why this and not create-cerebro-plugin?
Create-Cerebro-Plugin is outdated and uses dependencies with `vulnerabilities`. This template uses esbuild, much faster and customizable through the esbuild.config.js file.
You can develop in Typescript by changing a few lines of code and adding a multitude of esbuild plugins.
## How to use
For using this repository as a template
- Click `Use this template`
- Use the Owner drop-down menu, and select the account you want to own the repository.
- Type a name for your repository, and an optional description.
- Choose a repository visibility.
- Click Create repository from template.To start developing:
- Install all the dependencies by running `yarn` or `npm i`
- Start developing by using `yarn start` or `npm start`For building your project for production:
- Run `npm prepublish` or `yarn prepublish`
## Related
- [Cerebro](http://github.com/KELiON/cerebro) – main repo for CerebroApp
## License
MIT © [Dubisdev](https://dubis.dev)