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

https://github.com/tecnospeed/npm-creator

NPM project generator
https://github.com/tecnospeed/npm-creator

generator npm

Last synced: 6 months ago
JSON representation

NPM project generator

Awesome Lists containing this project

README

          

![NPM-creator Logo](img/logo.jpg)

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Linux Build][travis-image]][travis-url]
[![Windows Build][appveyor-image]][appveyor-url]
[![Test Coverage][coveralls-image]][coveralls-url]

## Install

```bash
$ npm install -g npm-creator
```

## Basic usage

```bash
$ npm-creator my-new-module
$ cd my-new-module
$ npm publish
```

## Options

```bash
$ npm-creator -h

Usage: npm-creator

Options:

-v, --version Show current version
-t, --type Define which template to use (bin-lib, lib). Default: bin-lib
-l, --license Define which license to use (mit, apache, gnu). Default: mit

```

## License

[MIT](LICENSE)

[npm-image]: https://img.shields.io/npm/v/npm-creator.svg
[npm-url]: https://npmjs.org/package/npm-creator
[downloads-image]: https://img.shields.io/npm/dm/npm-creator.svg
[downloads-url]: https://npmjs.org/package/npm-creator
[travis-image]: https://img.shields.io/travis/tecnospeed/npm-creator/master.svg?label=linux
[travis-url]: https://travis-ci.org/tecnospeed/npm-creator
[appveyor-image]: https://img.shields.io/appveyor/ci/zonetti/npm-creator/master.svg?label=windows
[appveyor-url]: https://ci.appveyor.com/project/zonetti/npm-creator
[coveralls-image]: https://img.shields.io/coveralls/tecnospeed/npm-creator/master.svg
[coveralls-url]: https://coveralls.io/r/tecnospeed/npm-creator?branch=master