Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanbekhen/typescript-library-quick-start
Typescript Library Quick Start
https://github.com/ryanbekhen/typescript-library-quick-start
Last synced: 20 days ago
JSON representation
Typescript Library Quick Start
- Host: GitHub
- URL: https://github.com/ryanbekhen/typescript-library-quick-start
- Owner: ryanbekhen
- License: mit
- Created: 2022-01-12T23:27:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T08:48:19.000Z (over 1 year ago)
- Last Synced: 2024-12-15T04:15:11.205Z (24 days ago)
- Language: TypeScript
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## typescript-library-quick-start
This is your own minimal TypeScript Library.
## To Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com) or [yarn](https://yarnpkg.com/getting-started/install) installed on your computer. From your command line:
```bash
# Clone this repository
git clone https://github.com/ryanbekhen/typescript-library-quick-start.git
# Go into the repository
cd typescript-library-quick-start
# Install dependencies
yarn
# Run test
yarn test
```Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.
## License
[MIT](LICENSE.md)