Git Product home page Git Product logo

cake-yeoman's Introduction

generator-cake

Yeoman generator for Cake build scripts

NPM version Dependency Status Build Status Coverage Status


Installation

First, install Yeoman and generator-cake using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-cake

Then generate your new project:

yo cake

Running 'yo cake'

or to generate only certain scripts:

yo cake:config
yo cake:bootstrapper

Frosting

You can use our (experimental) generator for Frosting to quickly setup a new project:

yo cake:frosting

Running 'yo cake:frosting'

License

MIT © Alistair Chapman

cake-yeoman's People

Contributors

agc93 avatar frozenskys avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cake-yeoman's Issues

Get publishing out of VSTS

At the moment the publish to the npmjs.com/npmjs.org registry happens in a VSTS build on my personal account (throwback from the agc93/generator-cake days).

This should be pulled out of there and moved into somewhere central. Maybe use Travis's built-in publish feature?

Inconsistent failures from bootstrapper test

The bootstrapper test in test/bootstrapper.js sometimes fails for no apparent reason:

38 passing (2s)
1 failing
1) generator-cake:bootstrapper when enabling download creates the bootstrappers:
    AssertionError: build.ps1, no such file or directory
    + expected - actual
    -false
    +true
    
    at node_modules\yeoman-assert\index.js:64:12
    at Array.forEach (native)
    at Function.assert.file (node_modules\yeoman-assert\index.js:62:26)
    at Context.created (test\common.js:26:14)

I can't see any sign of why this is happening, but is reliable-ish on Travis and VSTS and can be triggered locally by running repeatedly:

npm test && npm test && npm test && npm test && npm test

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.