1.6.0 • Published 4 years ago

generator-cake-addin v1.6.0

Weekly downloads
7
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

generator-cake-addin

banner

standard-readme compliant All Contributors Travis build Codecov Report NPM package CodeQL

A yeoman generator to get you quickly set up for writing Cake Addins

This generator will get you set up with a basic project structure for a new Cake Addin, as well as adding basic configuration, documentation, and a cake build script using Cake.Recipe (with bootstrappers). It will also add a appveyor build file (optionally with linux enabled) and an optional travis build file.

Table of Contents

Install

Installing through npm

npm install --global yo generator-cake-addin

Installing through yarn

yarn global add yo generator-cake-addin

Usage

The most basic use of the generator is to run the main generator by using the following command:

yo cake-addin

You may also run any of the sub generators located in the source directory (all folders except app and utils a sub-generator).

yo cake-addin:sub-generator

Maintainer

Kim J. Nordmo @AdmiringWorm

Contributing

generator-cake-addin follows the Contributor Covenant Code of Conduct.

We accept Pull Requests. Please see the contributing file for how to contribute to generator-cake-addin.

Small note: If editing the Readme, please conform to the standard-readme specification.

This project follows the all-contributors specification. Contributions of any kind welcome!

Contributors

Thanks goes to these wonderful people (emoji key):

License

GNU General Public License v3.0 or later © Kim J. Nordmo

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago