generator-webtask
v0.0.1
Published
Yeoman generator for Webtasks
Downloads
7
Readme
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
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.