https://github.com/dotupnet/dotup-ts-types
Typescript types and helper
https://github.com/dotupnet/dotup-ts-types
Last synced: 5 months ago
JSON representation
Typescript types and helper
- Host: GitHub
- URL: https://github.com/dotupnet/dotup-ts-types
- Owner: dotupNET
- License: gpl-3.0
- Created: 2019-02-01T06:30:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:08:44.000Z (about 3 years ago)
- Last Synced: 2025-09-06T10:35:59.164Z (5 months ago)
- Language: TypeScript
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/dotupNET/dotup-ts-types)
# dotup-ts-types
Template for typescript libraries.
With tslint, jasmine, travis, typedoc and gh-pages integration.
## USAGE
Replace your-project-name and your-user-name with your own.
- git clone https://github.com/dotupNET/dotup-ts-types.git **your-project-name**
- git remote set-url origin https://github.com/your-user-name/your-project-name.git
- Modify package.json (name, version, ...)
- Create your library
- Run in terminal: npm publish
- git remote add template https://github.com/dotupNET/dotup-ts-types.git (if you want to fetch upgrades)
## Docs:
https://dotupnet.github.io/dotup-ts-types/index.html
## repository:
https://github.com/dotupNET/dotup-ts-types