Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 337 Bytes

create-module.md

File metadata and controls

18 lines (12 loc) · 337 Bytes

Create MajiFix Module

To create a new MajiFix module follow these steps

  • Clone this repository
  • Delete .git folder by running
rm -rf .git
  • Initialize a git flow repository by running
git flow init
  • Refactor files based on your module requirements