1
0
mirror of synced 2026-03-28 16:30:50 +00:00
This commit is contained in:
Jason Dreyzehner
2018-03-12 04:01:44 -04:00
parent 42f54062d5
commit 8708fc7541
10 changed files with 87 additions and 87 deletions

View File

@@ -73,7 +73,7 @@
<h1 id="typescript-starter">typescript-starter</h1>
<h3 id="a-clean-simple-typescript-starter-for-building-javascript-libraries-and-node-js-applications-">A clean, simple <a href="https://www.typescriptlang.org/">typescript</a> starter for building javascript libraries and Node.js applications.</h3>
<p align="center">
<img alt="demo of the typescript-starter command-line interface" src="">
<img alt="demo of the typescript-starter command-line interface" src="https://cdn.rawgit.com/bitjson/typescript-starter/42f54062/demo.svg">
</p>
<h2 id="start-now">Start Now</h2>
<p>Run one simple command to install and use the interactive project generator. You&#39;ll need <a href="https://nodejs.org/">Node</a> <code>v8.9</code> (the current LTS release) or later.</p>
@@ -116,7 +116,8 @@
<p>This starter includes a watch task which makes development faster and more interactive. It&#39;s particularly helpful for <a href="https://en.wikipedia.org/wiki/Test-driven_development">TDD</a>/<a href="https://en.wikipedia.org/wiki/Behavior-driven_development">BDD</a> workflows.</p>
<p>The watch task will build and watch the entire project for changes (to both the library source files and test source files). As you develop, you can add tests for new functionality which will initially fail before developing the new functionality. Each time you save, any changes will be rebuilt and retested.</p>
<p align="center">
<img alt="demo of typescript-starter's watch task" src="">
<!-- PR request: capture the magic of using a test-running watch task for development -->
<img alt="typescript-starter's watch task" src="https://user-images.githubusercontent.com/904007/37270842-c05f5192-25a6-11e8-83bb-1981ae48e38e.png">
</p>
<p>Since only changed files are rebuilt and retested, this workflow remains fast even for large projects.</p>
<h2 id="enable-stronger-type-checking-recommended-">Enable stronger type checking (recommended)</h2>