Skip to content

Latest commit

 

History

History

extensions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Extensions

Want to create a new extension? Please follow these steps:

  • Create a new directory (any name of your choice) inside extensions directory.
  • Import clogy like this: import clogy from '../../lib/clogy.js';
  • Extend it.
  • Please follow rest of the steps mentioned in the Contributing guide for creating a new branch, writing test cases, raising PR etc.