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

https://github.com/goblindegook/generator-pacote

Generates NPM modules with Babel support and AVA tests.
https://github.com/goblindegook/generator-pacote

ava-tests es6-modules javascript yeoman-generator

Last synced: 2 months ago
JSON representation

Generates NPM modules with Babel support and AVA tests.

Awesome Lists containing this project

README

        

# generator-pacote [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Generates NPM modules with Babel and AVA tests.

## Installation

First, install [Yeoman](http://yeoman.io) and generator-pacote using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-pacote
```

Then generate your new project:

```bash
yo pacote
```

## Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to [learn more about him](http://yeoman.io/).

## License

MIT © [Luis Rodrigues](https://goblindegook.com/)

[npm-image]: https://badge.fury.io/js/generator-pacote.svg
[npm-url]: https://npmjs.org/package/generator-pacote
[travis-image]: https://travis-ci.org/goblindegook/generator-pacote.svg?branch=master
[travis-url]: https://travis-ci.org/goblindegook/generator-pacote
[daviddm-image]: https://david-dm.org/goblindegook/generator-pacote.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/goblindegook/generator-pacote
[coveralls-image]: https://coveralls.io/repos/goblindegook/generator-pacote/badge.svg
[coveralls-url]: https://coveralls.io/r/goblindegook/generator-pacote