/generator-dk

🏗 Yeoman generator to scaffold my projects

Primary LanguageJavaScriptMIT LicenseMIT

generator-dk NPM version Build Status Dependency Status

🏗 Yeoman generator to scaffold my projects

Installation

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

npm install -g yo generator-dk

Usage

Generate a new project by running:

mkdir my-project
cd my-project
yo dk

Subgenerators

All subgenerators are currently called in the main app generator. However, you can also call them separately.

Available subgenerators are:

  • dk:badges - Inserts a list of badges into your README.md
  • dk:coc - Creates a Code of Conduct file and references it in the README.md
  • dk:contributors - Initializes an all-contributors project
  • dk:lint - Configures ESLint
  • dk:typescript - Installs TypeScript dependencies & initializes project
  • dk:wireframe - Creates an initial file as well as dependenies and run scripts

Contributing

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Contributors

Thanks goes to these wonderful people (emoji key):


Dominik Kundel

💻 🎨 🤔 👀 📖

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

License

MIT © Dominik Kundel