🏗 Yeoman generator to scaffold my projects
First, install Yeoman and generator-dk
using npm (we assume you have pre-installed node.js).
npm install -g yo generator-dk
Generate a new project by running:
mkdir my-project
cd my-project
yo dk
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 yourREADME.md
dk:coc
- Creates a Code of Conduct file and references it in theREADME.md
dk:contributors
- Initializes anall-contributors
projectdk:lint
- Configures ESLintdk:typescript
- Installs TypeScript dependencies & initializes projectdk:wireframe
- Creates an initial file as well as dependenies and run scripts
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.
Thanks goes to these wonderful people (emoji key):
Dominik Kundel 💻 🎨 🤔 👀 📖 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT © Dominik Kundel