- 
                Notifications
    You must be signed in to change notification settings 
- Fork 57
Workflow New Module
        Justin Rich edited this page Apr 27, 2015 
        ·
        2 revisions
      
    What needs to happen when you want to create a new module. This list isn't necessarily in order.
There are basically 4 key areas in creating a new module
- File Structure
- Create Folder based on module name
- Create PSD1 - Call new-modulemanifest
- create PSM1 - Insert some basic comments?
- Add templated ReadMe.md
 
- Create GIT repo
- Run Git Init
- Add current files with default comment
- Push, this is done after the remote repo etc, but a step in the GIT setup
 
- Remote Repo (Support GitHub only at first)
- Create repo (or check to see if its created already)
- Create Pages branch (push user to site to pick template etc)
- Create Wiki structure from template
- Create Issue tags (not sure what they are yet)
 
- Community Tools
- AppVeyor
- Gitter
- Waffle.io