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

https://github.com/codibly/generator-ts

Yeoman generator for TypeScript projects
https://github.com/codibly/generator-ts

Last synced: about 2 months ago
JSON representation

Yeoman generator for TypeScript projects

Awesome Lists containing this project

README

        

# generator-codibly-ts

[![npm version](https://img.shields.io/npm/v/generator-codibly-ts.svg)](https://www.npmjs.com/package/generator-codibly-ts)
[![npm beta version](https://img.shields.io/npm/v/generator-codibly-ts/beta.svg)](https://www.npmjs.com/package/generator-codibly-ts)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)

> [Yeoman](https://yeoman.io/) generator for TypeScript projects by Codibly 🧐

## Installation

We assume that you already have installed:

- [`yarn`](https://yarnpkg.com/) _- it's our default package manager_
- [`yeoman`](https://yeoman.io/) (`yarn global add yo`)

Then you can install this generator:

```
yarn global add generator-codibly-ts
```

And that's it - you are ready to generate ✨

## Usage

To generate something use `yo codibly-ts` command - it will guide you through the
generation process.

## License

MIT