Skip to content
/ ts Public template

๐Ÿ— TypeScript template repository

License

Notifications You must be signed in to change notification settings

lukecarr/ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ— ts

TypeScript template repository

npm Code Climate maintainability npms.io (quality) Snyk Vulnerabilities for npm package npm bundle size

  • ๐Ÿ’ช TypeScript. Fully typed and self-documenting!

๐Ÿš€ Quick Start

Install

# npm
npm i

# or yarn
yarn add

Import

// ESM / TypeScript
import { hello } from "";

// or CommonJS
const { hello } = require("");

Example Usage

Say hello to yourself:

console.log(hello('Luke'));
// => Hello Luke!

โš– License

ts is licensed under the MIT License.