Awesome
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
ornpm i
- Start developing by using
yarn start
ornpm start
For building your project for production:
- Run
npm prepublish
oryarn prepublish
Related
- Cerebro – main repo for CerebroApp
License
MIT © Dubisdev