Updates
This commit is contained in:
@@ -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'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'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>
|
||||
|
||||
Reference in New Issue
Block a user