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.
- Host: GitHub
- URL: https://github.com/goblindegook/generator-pacote
- Owner: goblindegook
- License: mit
- Created: 2016-02-03T00:41:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T14:45:14.000Z (almost 9 years ago)
- Last Synced: 2025-03-16T07:26:09.283Z (3 months ago)
- Topics: ava-tests, es6-modules, javascript, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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