All Projects → lukeed → generator-taskr

lukeed / generator-taskr

Licence: other
Official Yeoman generator for Taskr

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to generator-taskr

generator-liferay-fragments
Yeoman generator for creating and maintaining Liferay Fragment projects
Stars: ✭ 31 (+29.17%)
Mutual labels:  yeoman
yeoman-php
A sample workaround to use yeoman with php.
Stars: ✭ 30 (+25%)
Mutual labels:  yeoman
generator-vars-jekyll
Generator for raw web app with CircleCI, Jekyll, Webpack, Express + more.
Stars: ✭ 18 (-25%)
Mutual labels:  yeoman
generator-express-ts
create an app using express and typescript
Stars: ✭ 27 (+12.5%)
Mutual labels:  yeoman
kibe
A simple Yeoman Generator to start projects with the most common tasks of my workflow using Gulp.
Stars: ✭ 33 (+37.5%)
Mutual labels:  yeoman
generator-theia-extension
A Yeoman generator for extensions to the Theia IDE
Stars: ✭ 34 (+41.67%)
Mutual labels:  yeoman
concourse-fly-resource
A Concourse resource for manipulating fly
Stars: ✭ 16 (-33.33%)
Mutual labels:  fly
generator-omaha
Yeoman generator designed to help you craft sustainable code for the modern web
Stars: ✭ 12 (-50%)
Mutual labels:  yeoman
generator-hapi-plus
Hapi REST API generator with PostgreSql, MySql, Mongo plugins, automatic Swagger docs, authentication with JWT, logging, Docker etc
Stars: ✭ 21 (-12.5%)
Mutual labels:  yeoman
generator-react-jest-tests
A React Jest test generator. Generates snapshot tests for React components.
Stars: ✭ 34 (+41.67%)
Mutual labels:  yeoman
hubot-bearychat
BearyChat Adapter for Hubot
Stars: ✭ 99 (+312.5%)
Mutual labels:  yeoman
generator-composer
🐘 Yeoman (http://yeoman.io) generator for a PHP Composer project
Stars: ✭ 16 (-33.33%)
Mutual labels:  yeoman
generator-lib-java
Yeoman generator for java library
Stars: ✭ 40 (+66.67%)
Mutual labels:  yeoman
generator-deepexi-spring-cloud
deepexi java scaffold(spring cloud) generator
Stars: ✭ 30 (+25%)
Mutual labels:  yeoman
generator-stencil
Scaffolding tool 🔨 for Stencil js applications
Stars: ✭ 16 (-33.33%)
Mutual labels:  yeoman
matcha-bot
MatchaBot is a code generator. You can use matchabot to create an entire project, or to generate code inside an existing project consistently.
Stars: ✭ 14 (-41.67%)
Mutual labels:  yeoman
generator-springboot
A Yeoman generator for generating Microservice with SpringBoot
Stars: ✭ 121 (+404.17%)
Mutual labels:  yeoman
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (+87.5%)
Mutual labels:  yeoman
generator-node-bahmutov
My personal Node project boilerplate generator
Stars: ✭ 39 (+62.5%)
Mutual labels:  yeoman
generator-sf
Yeoman generator that scaffolds out a Symfony PHP app including Browsersync, various CSS preprocessors, jspm, webpack, browserify and Service Worker
Stars: ✭ 14 (-41.67%)
Mutual labels:  yeoman

generator-taskr Build Status

Official Yeoman generator for creating Taskr plugins.

Install

$ npm i -g generator-taskr

Note: You need to install Yeoman to use this package.

Usage

$ mkdir taskr-cool-plugin
$ cd taskr-cool-plugin
$ yo taskr:plugin

Note: This will run in your current directory! Please create & enter a new folder before running yo taskr plugin.

Features

  • Choice of test runners: AVA, Jasmine, Mocha, Tape
  • Automatic Git Repo initialization
  • JavaScript Linting via XO
  • TravisCI config

⚠️ Don't forget to add a remote origin to your repo!

Output

|-- taskr-cool-plugin
|   |-- .editorconfig
|   |-- .gitignore
|   |-- .travis.yml
|   |-- index.js
|   |-- license
|   |-- package.json
|   |-- readme.md
|   |-- test
|   |   |-- index.js
|   |   |-- fixtures
|   |   |   |-- foo.js

License

MIT © Luke Edwards and Oleh Kuchuk

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].