Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skonves/generator-ts-console
Generator for basic Typescript applications
https://github.com/skonves/generator-ts-console
Last synced: 1 day ago
JSON representation
Generator for basic Typescript applications
- Host: GitHub
- URL: https://github.com/skonves/generator-ts-console
- Owner: skonves
- License: mit
- Created: 2018-05-18T00:44:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T16:58:42.000Z (over 1 year ago)
- Last Synced: 2024-10-31T03:35:31.669Z (20 days ago)
- Language: TypeScript
- Size: 1.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![master](https://github.com/skonves/generator-ts-console/workflows/build/badge.svg?branch=master&event=push)](https://github.com/skonves/generator-ts-console/actions?query=workflow%3Abuild+branch%3Amaster+event%3Apush)
# Typescript Console App Generator
Quickly generate projects using
- Typescript
- Prettier for formatting
- ESLint for linting
- Jest for unit testing
- Github Actions for CI## Quick Start
1. Globally install Yeoman and this generator: `npm install -g yo generator-ts-console`
1. From the root of your new project, run `yo ts-console` and select "Set it up for me"Note that the README in the newly-minted project will provide instructions for building, testing, running, etc.
### Typescript
Choose between any of the current distribution tags (eg. `latest`, `beta`, `rc`, etc).
### License
Choose any license supported by [generator-license](https://www.npmjs.com/package/generator-license#supported-licenses).