Sha256: a8d8b2bf1f292c31c6fad147b8f4e9af9fae9a830f36b57053223559292decac

Contents?: true

Size: 944 Bytes

Versions: 15

Compression:

Stored size: 944 Bytes

Contents

Description:
    This is a generator for creating a basic Shopify application to quickly get
    you started. You can see some examples on how to use the Shopify API.
    
    The generator creates a basic login controller for authenticating with your
    Shop and a controller called "home" which displays basic information 
    about your products, orders and articles.
    
    Note: It's recommended to use this on a new Rails project, so that the 
          generator won't overwrite/delete some of your files.

Usage:
    Pass your API key and then your Secret, which the login controller 
    will need to authenticate with your shop. 
    If you don't have an API key yet, register your application in our
    partner system at http://www.shopify.com/partners

    
Examples:
    script/generate shopify_app edffbb1bb793e2750686e6f4647a384a abbcee050...
        
    This will create a login controller and a home controller and views.

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
shopify_app-4.0.1 lib/generators/shopify_app/USAGE
shopify_app-4.0.0 lib/generators/shopify_app/USAGE
shopify_app-3.0.4 lib/generators/shopify_app/USAGE
shopify_app-3.0.3 lib/generators/shopify_app/USAGE
shopify_app-3.0.2 lib/generators/shopify_app/USAGE
shopify_app-3.0.1 lib/generators/shopify_app/USAGE
shopify_app-3.0.0 lib/generators/shopify_app/USAGE
shopify_app-2.1.2 lib/generators/shopify_app/USAGE
shopify_app-2.1.1 lib/generators/shopify_app/USAGE
shopify_app-2.1.0 lib/generators/shopify_app/USAGE
shopify_app-2.0.0 lib/generators/shopify_app/USAGE
shopify_app-1.0.1 lib/generators/shopify_app/USAGE
shopify_app-1.0.0 lib/generators/shopify_app/USAGE
shopify_app-0.1.4 lib/generators/shopify_app/USAGE
shopify_app-0.1.0 lib/generators/shopify_app/USAGE