Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motss/learning-typescript
Simple repo to learn typescript
https://github.com/motss/learning-typescript
Last synced: 15 days ago
JSON representation
Simple repo to learn typescript
- Host: GitHub
- URL: https://github.com/motss/learning-typescript
- Owner: motss
- License: mit
- Created: 2017-06-21T02:57:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T05:27:44.000Z (over 7 years ago)
- Last Synced: 2024-11-07T08:50:06.696Z (about 2 months ago)
- Language: Shell
- Size: 35.2 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learning-typescript
> Yet another NPM package to output greetings.
Just another NPM package that does simply amazing thing.
## How to use
The following is a simple code snippet:
```js
/* Import the package */
const greetings = require('learning-typescript');/* Run it and display the output via console.log */
console.log(greetings()); /* output: Hello World from learning-typescript! */
```