Skip to content

ezequiel-fr/ts-to-html

Repository files navigation

ts-to-html

Author License Downloads

Compile TS into one JS file for web apps. Live server included for bundled file and SASS.


Summary :

Installation

NPM :

npm install ts-to-html -g

Commands

init <project>

Flags :

  • --no-git : Disable git init
  • --force : Reset content of files already existing to replace it with new files (like deleting) the project and creating a new one.

start

Start the server.

dev

Start the server in live preview mode.

build

Output a build version of the project.