Skip to content

Commit 6644524

Browse files
committed
switch readme to tns template instead of degit
1 parent b49f474 commit 6644524

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,23 @@ While Svelte Native is feature complete, there are some items outstanding to bri
2323

2424
- [ ] Full support for the Progress professional UI components [#22](https://github.com/halfnelson/svelte-native/issues/22)
2525
- [ ] Improved documentation around importing Nativescript plugins [#45](https://github.com/halfnelson/svelte-native/issues/45)
26-
- [ ] A Nativescript app template for use with `tns create --template` [#52](https://github.com/halfnelson/svelte-native/issues/52)
2726
- [ ] An examples page that shows open source applications made with Svelte Native [#51](https://github.com/halfnelson/svelte-native/issues/51)
28-
- [ ] Migrate the site to the latest version of Svelte's [SiteKit](https://github.com/sveltejs/site-kit) [#53](https://github.com/halfnelson/svelte-native/issues/53)
2927
- [x] At least 1 emoji in readme.md :+1:
3028
- [ ] More Tests 😳 [#54](https://github.com/halfnelson/svelte-native/issues/54)
3129

3230

3331
## Installation
3432

35-
You can get started developing with this using the [latest template app](https://github.com/halfnelson/svelte-native-template)
33+
You can get started developing with this using the latest template
3634

3735
```bash
38-
$ npx degit halfnelson/svelte-native-template myapp
36+
$ npm install -g nativescript
37+
$ tns create myapp --template tns-template-blank-svelte
3938
```
4039

4140
A fresh Svelte Native app will be found in the `myapp` folder
4241

43-
Once installed, the build workflow is to use the `tns build` or `tns run` commands as normal.
42+
Once installed use the `tns preview`, `tns build` or `tns run` commands as for a normal NativeScript application.
4443

4544
## Usage
4645

0 commit comments

Comments
 (0)