Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

Awesome Lists containing this project

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)