generator-cartridge-lib-module
v0.3.8
Published
A Yeoman generator to create a SFRA cartridge lib from a Node module
Downloads
6
Maintainers
Readme
Generator Cartridge Lib Module
Introduction
A Yeoman generator to create a SFRA cartridge lib from a Node module.
Features
✓ Author in ES2015 (including the unit tests)
✓ Mocha-Chai-Sinon testing stack
Installation
Install yo
and this generator globally.
$ npm install -g yo generator-cartridge-lib-module
Usage
Navigate to the directory you'd like to use for your project, then run yo cartridge-lib-module
.
$ mkdir lib-foo
$ cd lib-foo
$ yo cartridge-lib-module
Answer a few questions, and your project will be scaffolded.