Skip to content

Code-My-Spec/code_my_spec_generators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeMySpecGenerators

Generators for Code My Spec applications. Provides mix cms_gen.* tasks that scaffold accounts, integrations, and related modules into a host Phoenix application.

Installation

Add code_my_spec_generators to your Phoenix app's deps in mix.exs:

def deps do
  [
    {:code_my_spec_generators, "~> 0.1", only: :dev, runtime: false}
  ]
end

Then run mix deps.get.

Available tasks

Task Description
mix cms_gen.accounts Accounts, members, and invitations scaffolding
mix cms_gen.integrations OAuth integrations context and LiveViews
mix cms_gen.integration_provider A single OAuth provider module (github, google, facebook, quickbooks, codemyspec)
mix cms_gen.feedback_widget Embeddable CodeMySpec feedback widget

Run any task with --help style inspection by opening the module docs, or see the hex docs.

License

MIT — see LICENSE.

About

Generators for code my spec applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors