Skip to content

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

License

Notifications You must be signed in to change notification settings

WormieCorp/generator-cake-addin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aad9a06 Β· Sep 6, 2022
Sep 12, 2020
Dec 17, 2019
Sep 2, 2020
Dec 25, 2019
Sep 2, 2020
May 19, 2019
Sep 2, 2020
Aug 8, 2019
Jul 12, 2019
Aug 8, 2019
Jun 1, 2019
Mar 28, 2020
Jul 12, 2019
Aug 23, 2019
Jul 25, 2020
Jun 7, 2019
Dec 29, 2019
Oct 12, 2020
Jun 1, 2019
Sep 2, 2020
Dec 25, 2019
May 16, 2019
Sep 2, 2020
Mar 28, 2020
Aug 31, 2020
Sep 2, 2020
Jul 26, 2020
Jul 12, 2019
Jul 25, 2020
Sep 6, 2022
Mar 23, 2020
May 19, 2019
Sep 6, 2022

Repository files navigation

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):


Kim J. Nordmo

🚧 πŸ’» πŸ“– πŸ€” πŸ‘€ ⚠️

allcontributors[bot]

πŸ“–

Gary Ewan Park

πŸ“Ή πŸ’» πŸ›

Nils Andresen

πŸ€”

License

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