0.5.3 • Published 22 days ago

@quatico/websmith-compiler v0.5.3

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days ago

websmith-compiler

Command-line tool to execute the frontend for the TypeScript compiler. Use the package @quatico/websmith-api for creating addons to generate extra code and process TypeScript unrelated artifacts, such as Sass, JSON, Java and Markdown, during TypeScript compilation.

Visit the websmith github repository for more information and examples.

Getting started

Installation

Install the websmith compiler package using npm:

npm i -D @quatico/websmith-compiler

Using websmith

Standard compilation

Run the compiler as binary via NodeJS with the following command:

websmith 

High performance watch mode

If you used ts-loader for webpack before, you probably used the transpileOnly option. Websmith provide the same ability via CLI parameters:

websmith --transpileOnly --watch

If you use webpack, you can integrate @quatico/websmith-webpack into your current webpack setup.

0.5.3

22 days ago

0.5.2

22 days ago

0.5.1

23 days ago

0.4.1

9 months ago

0.4.2

9 months ago

0.4.0

1 year ago

0.3.5

1 year ago

0.3.0

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.2.1

2 years ago

0.2.2

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago