An open API service indexing awesome lists of open source software.

https://github.com/dimensionsoftware/generator-shopify-express

A Yeoman Generator for Shopify Apps Based On shopify-express
https://github.com/dimensionsoftware/generator-shopify-express

express react shopify yeoman-generator

Last synced: about 1 month ago
JSON representation

A Yeoman Generator for Shopify Apps Based On shopify-express

Awesome Lists containing this project

README

          

# generator-shopify-express [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> A generator for Shopify apps

## Installation

First, install [Yeoman](http://yeoman.io) and generator-shopify using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g bower
npm install -g yo
npm install -g https://github.com/DimensionSoftware/generator-shopify-express
```

Then generate your new project:

```bash
cd /path/to/new-project-root
yo shopify-express
```

## Getting To Know Yeoman

* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).

### TODO

* Remove whatever it is that requires bower.
* Trim even more fat from [shopify-node-app](https://github.com/Shopify/shopify-node-app) example.
* Make SQLStrategy work out of the box or replace it with something that will work without hacks.

## License

MIT © [John BEPPU]()

[npm-image]: https://badge.fury.io/js/generator-shopify-express.svg
[npm-url]: https://npmjs.org/package/generator-shopify-express
[travis-image]: https://travis-ci.org/DimensionSoftware/generator-shopify-express.svg?branch=master
[travis-url]: https://travis-ci.org/DimensionSoftware/generator-shopify-express
[daviddm-image]: https://david-dm.org/DimensionSoftware/generator-shopify-express.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/DimensionSoftware/generator-shopify-express
[coveralls-image]: https://coveralls.io/repos/DimensionSoftware/generator-shopify-express/badge.svg
[coveralls-url]: https://coveralls.io/r/DimensionSoftware/generator-shopify-express