generator-webtask

0.0.1 • Public • Published

Pandora

Note: The generator was not yet published to NPM. To start using it you have to use NPM Link.

Yo Webtask - Webtask starter kit generator

We have written a Yeoman generator to help get you started with Webtasks.

Install the Generator

Install Yeoman and the Webtask generator:

npm install -g yo generator-webtask

Run Yo Webtask

The Yeoman generator will walk you through the steps required to create webtask prompting for the required information.

To launch the generator simply type:

yo webtask

The command generator

Generator Output

├── src/
│   ├── [taskname].js
├── .editorconfig
├── .gitignore
├── package.json
├── quickstart.md
├── README.md

Express Application

├── config/
│   ├── api.config.js
│   ├── default.config.js
│   ├── webtask.config.js
├── src/
│   ├── api.js
│   ├── server.js
│   ├── webtask.js
├── .editorconfig
├── .gitignore
├── gulpfile.js
├── package.json
├── quickstart.md
├── README.md

Note: For more information please read Webtask API Boilerplate

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section.

License

This project is licensed under the MIT license. See the LICENSE file for more info.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i generator-webtask

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • jcenturion