An open API service indexing awesome lists of open source software.

https://github.com/generate/generate-foo

fake generator, for `generate` unit tests.
https://github.com/generate/generate-foo

Last synced: 2 months ago
JSON representation

fake generator, for `generate` unit tests.

Awesome Lists containing this project

README

          

# generate-foo [![NPM version](https://badge.fury.io/js/generate-foo.svg)](http://badge.fury.io/js/generate-foo)

> fake generator, for `generate` unit tests.

## Install

Install globally with [npm](https://www.npmjs.com/)

```sh
$ npm i -g generate-foo
```

## Related projects

* [base-methods](https://www.npmjs.com/package/base-methods): Starter for creating a node.js application with a handful of common methods, like `set`, `get`,… [more](https://www.npmjs.com/package/base-methods) | [homepage](https://github.com/jonschlinkert/base-methods)
* [generate](https://www.npmjs.com/package/generate): Project generator, for node.js. | [homepage](https://github.com/generate/generate)
* [resolve-modules](https://www.npmjs.com/package/resolve-modules): Resolves local and global npm modules that match specified patterns, and returns a configuration object… [more](https://www.npmjs.com/package/resolve-modules) | [homepage](https://github.com/jonschlinkert/resolve-modules)

## Running tests

Install dev dependencies:

```sh
$ npm i -d && npm test
```

## Contributing

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/generate/generate-foo/issues/new).

## Author

**Jon Schlinkert**

+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)

## License

Copyright © 2015 Jon Schlinkert
Released under the MIT license.

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on December 03, 2015._