https://github.com/dotupnet/dotup-vscode-api-extensions
vscode api extensions
https://github.com/dotupnet/dotup-vscode-api-extensions
Last synced: about 1 month ago
JSON representation
vscode api extensions
- Host: GitHub
- URL: https://github.com/dotupnet/dotup-vscode-api-extensions
- Owner: dotupNET
- License: mit
- Created: 2019-03-07T12:51:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:17:19.000Z (over 2 years ago)
- Last Synced: 2025-05-01T21:18:23.583Z (about 2 months ago)
- Language: TypeScript
- Size: 839 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/dotupNET/dotup-vscode-api-extensions)
# dotup-vscode-api-extensions
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-vscode-api-extensions.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-vscode-api-extensions.git (if you want to fetch upgrades)## Docs:
https://dotupnet.github.io/dotup-vscode-api-extensions/index.html## repository:
https://github.com/dotupNET/dotup-vscode-api-extensions