generator-paradigm
v2.0.0
Published
A yeoman generator for web development projects at Paradigm Marketing & Creative in Memphis, TN. Includes a Gulp workflow that uses sass for css, Webpack, babel.js, image minification, and browsersync. Options available for static html, roots/bedrock app
Downloads
56
Readme
Paradigm Website Project Generator
A yeoman generator for web development projects at Paradigm Marketing & Creative in Memphis, TN.
Includes a Gulp workflow that uses sass, Webpack, babel.js, image minification, and browsersync. Project types available:
- Static html
- roots/bedrock
- Craft CMS
Installation
First, install Yeoman and generator-paradigm using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-paradigm
Then generate your new project:
yo paradigm
Project Types
These are current the options for project types:
- Bedrock Wordpress
- Craft CMS
- Static HTML
In order to use Bedrock or Craft CMS options, you must have the follow requirements:
- Composer
- Local Development environment using something like Larvel Valet, DDEV, or some other development environment like MAMP or XAMP.
- MySQL or PostgreSQL
- How to install MySQL on Mac using Homebrew - [https://gist.github.com/operatino/392614486ce4421063b9dece4dfe6c21]
- How to install PostgreSQL on Mac - [https://www.moncefbelyamani.com/how-to-install-postgresql-on-a-mac-with-homebrew-and-lunchy/]