https://github.com/dotupnet/dotup-ts-node-skills-persistence
https://github.com/dotupnet/dotup-ts-node-skills-persistence
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dotupnet/dotup-ts-node-skills-persistence
- Owner: dotupNET
- License: mit
- Created: 2019-02-26T04:29:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T03:52:00.000Z (about 6 years ago)
- Last Synced: 2025-02-19T03:04:29.453Z (4 months ago)
- Language: JavaScript
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/dotupNET/dotup-ts-node-skills-persistence)
# dotup-ts-node-skills-persistence ( skill-template )
Template for alexa skills.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-node-skills-persistence.git --branch skill-template --single-branch **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-node-skills-persistence.git (if you want to fetch upgrades)## Docs:
https://dotupnet.github.io/dotup-ts-node-skills-persistence/index.html## repository:
https://github.com/dotupNET/dotup-ts-node-skills-persistence/tree/skill-template