Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adibro500/trash-app
https://github.com/adibro500/trash-app
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adibro500/trash-app
- Owner: adibro500
- Created: 2018-10-03T17:37:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T17:38:20.000Z (over 6 years ago)
- Last Synced: 2024-11-08T17:53:10.286Z (3 months ago)
- Language: CSS
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NativeScript Angular Template
This template creates a "Hello, world" NativeScript app using TypeScript and Angular.
You can create a new app that uses this template with either the `--template` option.
```
tns create my-app-name --template tns-template-hello-world-ng
```Or the `--ng` shorthand.
```
tns create my-app-name --ng
```> Note: Both commands will create a new NativeScript app that uses the latest version of this template published to [npm] (https://www.npmjs.com/package/tns-template-hello-world-ng).
If you want to create a new app that uses the source of the template from the `master` branch, you can execute the following:
```
tns create my-app-name --template https://github.com/NativeScript/template-hello-world-ng.git#master
```**NB:** Please, have in mind that the master branch may refer to dependencies that are not on NPM yet!