1.0.0 ā€¢ Published 6 years ago

@gentsagency/create-email-template v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Create E-mail Template

Create an e-mail template using the Gents Agency e-mail workflow.

Usage

When you have npm >= 6 on your system, you can run

$ npm init @gentsagency/email-template my-emails

or if you have npm >= 5 on your system, you can run

$ npx @gentsagency/create-email-template my-emails

This will output:

šŸ‘‹ Creating a new e-mail template in ~/my-emails

šŸ“„ Installing dependencies & moving files around
ā˜•ļø This might take a while

šŸŒ± All set! Let's get you started:

    cd ~/my-emails
    gulp watch

šŸ¤ž Good luck, have fun!

And you're good to go.

It will install a gulp workflow, create all necessary files & folders and configure both eslint and stylelint.

You can also spin up a static file server for easy development with npm run serve.