1.1.4 • Published 7 years ago
generator-cornwell v1.1.4
Cornwell Brand Design generator
Yeoman generator that scaffolds out a front-end web app with NPM scripts. There is a sub-generator for scaffolding EDMs.
Features
- Static site generation with Jekyll
- Javascript compiled with Webpack
- ES2015 features using Babel
- Stylus complied automatically
- Built-in preview server with BrowserSync
Getting Started
- Install Ruby & Jekyll
- Install: npm install --global yo generator-cornwell
- Run yo cornwell to scaffold your webapp
- Run
npm start
serve to preview and watch for changes - Run
npm build
&jekyll build
to build your webapp for production
EDM sub-generator
Feature
- EDM generation with MJML
- Built-in preview server with BrowserSync
- Image hosting with AWS S3
- Test email send with Nodemailer
Getting Started
- Install: npm install --global yo generator-cornwell
- Run yo cornwell:email to scaffold your EDM
- Follow on-screen prompts to fill SMPT & S3 details.
- Run
npm start
serve to preview and watch for changes. - Run
npm mail -- email@email.com
send a test email. - Run
npm build
to build EDM to/build/dist
directory.
1.1.4
7 years ago
1.1.3
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.19
7 years ago
1.0.18
7 years ago
1.0.16
8 years ago
1.0.15
8 years ago
1.0.14
8 years ago
1.0.13
8 years ago
1.0.11
8 years ago
1.0.10
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.4
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago