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
- Host: GitHub
- URL: https://github.com/dimensionsoftware/generator-shopify-express
- Owner: DimensionSoftware
- License: mit
- Created: 2018-08-28T22:24:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T23:13:47.000Z (over 7 years ago)
- Last Synced: 2025-01-17T06:27:40.198Z (about 1 year ago)
- Topics: express, react, shopify, yeoman-generator
- Language: JavaScript
- Size: 121 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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