0.2.2 • Published 8 years ago

generator-minimal-generator v0.2.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Generator Minimal Generator

npm version Build pass Dependencies devDependency Status

A yeoman generator that generates a minimal yeoman generator without introducing any dependencies you do not need.

Installation

Install the generator globally:

sudo npm install generator-minimal-generator -g

Usage

To invoke the generator create a directory for the generator and run it:

mkdir generator-my-generator
yo minimal-generator

Structure

After invoking the generator you are left with a yeoman generator project with the following folder structure:

project-root
├── .gitignore
├── package.json
├── README.md
└── app
    └── index.js

First Steps

After generation you are left with a minimal generator that only prompts for app name. All default yeoman contexts are available in app/index.js and are mostly empty.

If you are not yet fond of yeoman generator development I highly suggest to go through the excellent yeoman documentation.

Development

If you find a bug or run into any problems with this generator feel free to post to the issue section. If you made an addition I would be happy to see a PR for it.

MIT License

Copyright (c) 2105 Chris Landa

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.0

9 years ago