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

https://github.com/simbo/generator-tsconfig

A simple yeoman generator for my usual tsconfig.
https://github.com/simbo/generator-tsconfig

Last synced: 2 months ago
JSON representation

A simple yeoman generator for my usual tsconfig.

Awesome Lists containing this project

README

          

generator-tsconfig
======================

> A simple yeoman generator for my usual
> [`tsconfig.json`](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html).

[![npm package version](https://img.shields.io/npm/v/@simbo/generator-tsconfig.svg?style=flat-square)](https://www.npmjs.com/package/@simbo/generator-tsconfig)
[![Travis CI build status](https://travis-ci.org/simbo/generator-tsconfig.svg?branch=master)](https://travis-ci.org/simbo/generator-tsconfig/builds)

---

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Development](#development)
- [License](#license)

---

## Requirements

This is a yeoman generator. You should have installed
[yeoman](http://yeoman.io/).

## Installation

`@simbo/generator-tsconfig` is a public user-scoped npm package.

You can install it using…

``` sh
# …npm
npm install -g @simbo/generator-tsconfig

# …or yarn
yarn global add @simbo/generator-tsconfig
```

## Usage

Use it like any other yeoman generator within your project root:

``` sh
yo @simbo/tsconfig
```

See also `yo @simbo/tsconfig --help` for detailed usage information.

## Development

Link from project root to use it like a globally installed package on your
machine…

``` sh
# …using npm
npm link

# …or yarn
yarn link
```

## License

[MIT © 2018 Simon Lepel](http://simbo.mit-license.org/)