Skip to content

BlogoText/blogotext-addons-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Example of BlogoText addon for developers

Addons are available on BlogoText/blogotext-addons
Some documentation are available on the BlogoText wiki
About contributing


Few rules apply here:

Rule 1 - Fold

One addon by folder.

Rule 2 - English

Write all in english.

Rule 3 - PSR-2

Before spreading the world with your addon, make sure it is PSR-2 compliant. You can download this useful tool to help you:

curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
php phpcs.phar --standard=PSR2 -np --extensions=php --tab-width=4 --encoding=utf-8 --colors "<path to the addon>/<addon>.php"

Example with this calendar addon:

php phpcs.phar --standard=PSR2 -np --extensions=php --tab-width=4 --encoding=utf-8 --colors calendar/

Rule 4 - GL & HF !

That's enough! Good Luck and Have Fun :)

About

Example of addon for BlogoText

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published