Skip to content

jcenturion/generator-webtask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-webtask

NPM version Dependency Status devDependency Status

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages