Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ngryman/generator-library

Scaffold a generic node library.
https://github.com/ngryman/generator-library

Last synced: about 2 months ago
JSON representation

Scaffold a generic node library.

Awesome Lists containing this project

README

        

# @ngryman/generator-library

[![travis][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url]

[travis-image]: https://travis-ci.org/ngryman/generator-library.svg?branch=master
[travis-url]: https://travis-ci.org/ngryman/generator-library
[codecov-image]: https://img.shields.io/codecov/c/github/ngryman/generator-library.svg
[codecov-url]: https://codecov.io/github/ngryman/generator-library

> Scaffold a generic node library.

## Installation

First, install [Yeoman](http://yeoman.io) and @ngryman/generator-library 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 @ngryman/generator-library
```

Then generate your new project:

```bash
yo @ngryman/library
```

## Getting To Know Yeoman

* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).

## License

MIT © [Nicolas Gryman](http://ngryman.sh)