Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bang88/generator-nmt
https://github.com/bang88/generator-nmt
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bang88/generator-nmt
- Owner: BANG88
- Created: 2017-03-18T04:41:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T02:06:38.000Z (almost 7 years ago)
- Last Synced: 2024-10-31T18:36:21.901Z (3 months ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# generator-nmt [![Build Status](https://travis-ci.org/bang88/generator-nmt.svg?branch=master)](https://travis-ci.org/bang88/generator-nmt)
> Scaffold out a node module using TypeScript
## Install
```
$ npm install --global yo generator-nmt
```## Usage
With [yo](https://github.com/yeoman/yo):
```
$ yo nmt
```There are multiple command-line options available:
```
$ yo nmt --helpUsage:
yo nmt [options]Options:
--help # Print the generator's options and usage
--skip-cache # Do not remember prompt answers Default: false
--skip-install # Do not automatically install dependencies Default: false
--org # Publish to a GitHub organization account
--cli # Add a CLI
--coverage # Add code coverage with nyc
--coveralls # Upload coverage to coveralls.io (implies --coverage)
```The `--org` option takes a string value (i.e. `--org=avajs`). All others are boolean flags and can be negated with the `no` prefix (i.e. `--no-coveralls`). You will be prompted for any options not passed on the command-line.