Skip to content

dubisdev/cerebro-plugin-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 – main repo for CerebroApp

License

MIT © Dubisdev

About

Modern and updated cerebro plugin template, with a faster and customizable build system (esbuild).

Resources

License

Stars

Watchers

Forks