Skip to content

SqueezerIO/my-first-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-first-plugin

Squeezer plugin example

Download the plugin

$ cd YOUR_PROJECT/plugins
$ git clone [email protected]:SqueezerIO/my-first-plugin.git

Add the plugin to your project

YOUR_PROJECT/squeezer.yml

plugins:
  - name: my-first-plugin
    path: plugins

Check to see if the plugin is hooked to the deploy command

NOTE : you should see --msg option attached to the deploy command

$ sqz help deploy

Releases

No releases published

Packages

No packages published