Skip to content

Bundles

Edwin Vautier edited this page Apr 21, 2021 · 2 revisions

Bundles

go-gadgeto gives the possibility to add bundles to your project, to do so you can use the following command :

go-gadgeto install <bundle-name>

Creating your own bundle

To create a bundle, you must place it inside the go-gadgeto/bundles folder.

The bundle should at list contain :

  • README.md file
  • install.sh file
  • templates/ folder
Clone this wiki locally