UNPKG

1.83 kBMarkdownView Raw
1# typescript-node-scripts
2
3[![Build Status](https://travis-ci.com/liangchunn/typescript-node-scripts.svg?branch=master)](https://travis-ci.com/liangchunn/typescript-node-scripts) [![npm](https://img.shields.io/npm/v/typescript-node-scripts.svg)](https://www.npmjs.com/package/typescript-node-scripts) [![npm](https://img.shields.io/npm/dt/typescript-node-scripts.svg)](https://www.npmjs.com/package/typescript-node-scripts) [![install size](https://packagephobia.now.sh/badge?p=typescript-node-scripts)](https://packagephobia.now.sh/result?p=typescript-node-scripts) [![Greenkeeper badge](https://badges.greenkeeper.io/liangchunn/typescript-node-scripts.svg)](https://greenkeeper.io/) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=liangchunn_typescript-node-scripts&metric=alert_status)](https://sonarcloud.io/dashboard?id=liangchunn_typescript-node-scripts) [![Known Vulnerabilities](https://snyk.io/test/github/liangchunn/typescript-node-scripts/badge.svg)](https://snyk.io/test/github/liangchunn/typescript-node-scripts)
4
5
6
7Create Node.js applications based on TypeScript with zero-configuration.
8
9<p align="center">
10 <img
11 width="600" src="https://cdn.rawgit.com/liangchunn/typescript-node-scripts/12e1600/.resources/term.svg"/>
12</p>
13
14Inspired by `create-react-app` and Dan Abramov's [The Melting Pot of JavaScript](https://increment.com/development/the-melting-pot-of-javascript/).
15
16- Supports testing, building, and development in watch mode
17- Supports custom TypeScript path mappings, aka `compilerOptions.path`
18
19## Quick Start Guide
20
21```sh
22npx typescript-node-scripts create <appName>
23cd <appName>
24yarn start
25```
26
27## Requirements
28
29- node `>=8.0.0`
30- `process.platform !== 'win32'`
31
32## Documentation
33
34Access the documentation here: https://liangchunn.github.io/typescript-node-scripts
\No newline at end of file