generator-ts-starter

Following project contains starter and config for simple typescript project

Usage no npm install needed!

<script type="module">
  import generatorTsStarter from 'https://cdn.skypack.dev/generator-ts-starter';
</script>

README

generator-ts-starter NPM version Build Status Dependency Status Coverage percentage

Following project contains starter and config for simple typescript project

Installation

First, install Yeoman and generator-ts-starter using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-ts-starter

Then generate your new project:

yo ts-starter

Features

  • Typescript
  • Webpack
  • Live dev server
  • Karma & Jasmine
  • TravisCI

Scripts

# Webpack watch and run browser sync
npm run webpack
# Build final version 
npm run build
# Testing
npm run test

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © vlad.borsh