Skip to content

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

  1. File Structure
    • Create Folder based on module name
    • Create PSD1 - Call new-modulemanifest
    • create PSM1 - Insert some basic comments?
    • Add templated ReadMe.md
  2. 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
  3. 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)
  4. Community Tools
    • AppVeyor
    • Gitter
    • Waffle.io
Clone this wiki locally