JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 23247
  • Score
    100M100P100Q122059F
  • License MIT

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

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 NPM version NPM downloads Build Status

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

generate-data demo

Usage

Use as a plugin inside your generate generator:

module.exports = function(app) {
  app.use(require('generate-data'));
};

About

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 test

Author

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.