Package Exports
- generate-data
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generate-data) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
generate-data

Generate plugin that gathers data from the user's environment to pre-populate data for hints.

Usage
Use as a plugin inside your generate generator:
module.exports = function(app) {
app.use(require('generate-data'));
};About
Related projects
- generate-generator: Generate a generate generator project, complete with unit tests. | homepage
- generate-license: Generate a license file for a GitHub project. | homepage
- generate-package: Generate a package.json from a pre-defined or user-defined template. This generator can be used from… more | homepage
- generate-project: Scaffold out complete code projects from the command line, or use this generator as a… more | homepage
- generate: Command line tool and developer framework for scaffolding out new GitHub projects. Generate offers the… more | homepage
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Running tests
Install dev dependencies:
$ npm install -d && npm testAuthor
Jon Schlinkert
License
Copyright © 2016, Jon Schlinkert. Released under the MIT license.
This file was generated by verb-generate-readme, v0.1.30, on September 18, 2016.