2019-09-11 09:02:02 -04:00
2019-08-25 17:46:59 -04:00

Embark Cookiecutter Templates

Getting Started

Package Templates

  • embark-javascript-package is a pure JavaScript package template.

macOS

$ brew install cookiecutter

Windows

Follow directions on the documentation.

Generating from a template

$ cookiecutter embark-javascript-package/ -o ~/src/github.com/embark-framework/embark/packages
project_name [Package scaffold]: Mocha Test Runner
repo_name [embark-mocha-test-runner]:
test_name [mocha_test_runner]:

$ tree ~/src/github.com/embark-framework/embark/packages/embark-mocha-test-runner
~/src/github.com/embark-framework/embark/packages/embark-mocha-test-runner
├── README.md
├── package.json
└── src
    ├── lib
    │   └── index.js
    └── test
        └── mocha_test_runner_test.js

3 directories, 4 files
S
Description
Cookiecutter templates for Embark development
Readme
39 KiB
Languages
JavaScript 100%