Skip to content

Commit 543df1b

Browse files
farfromrefugactions-user
authored andcommitted
chore: update readme
1 parent 7c205c5 commit 543df1b

File tree

1 file changed

+1
-63
lines changed

1 file changed

+1
-63
lines changed

README.md

Lines changed: 1 addition & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,4 @@
1-
<!-- ⚠️ This README has been generated from the file(s) "blueprint.md" ⚠️-->
2-
[](#demos-and-development)
3-
4-
## Demos and Development
5-
6-
7-
### Repo Setup
8-
9-
The package manager used to install and link dependencies must be `pnpm` or `yarn`. `npm` wont work.
10-
11-
To develop and test:
12-
if you use `yarn` then run `yarn`
13-
if you use `pnpm` then run `pnpm i`
14-
15-
**Interactive Menu:**
16-
17-
To start the interactive menu, run `npm start` (or `yarn start` or `pnpm start`). This will list all of the commonly used scripts.
18-
19-
### Build
20-
21-
```bash
22-
npm run build.all
23-
```
24-
25-
### Demos
26-
27-
```bash
28-
npm run demo.[ng|react|svelte|vue].[ios|android]
29-
30-
npm run demo.svelte.ios # Example
31-
```
32-
33-
34-
[](#contributing)
35-
36-
## Contributing
37-
38-
### Update repo
39-
40-
You can update the repo files quite easily
41-
42-
First update the submodules
43-
44-
```bash
45-
npm run update
46-
```
47-
48-
Then commit the changes
49-
Then update common files
50-
51-
```bash
52-
npm run sync
53-
```
54-
Then you can run `yarn|pnpm`, commit changed files if any
55-
56-
### Publish
57-
58-
The publishing is completely handled by `lerna` (you can add `-- --bump major` to force a major release)
59-
Simply run
60-
```shell
61-
npm run publish
62-
```
63-
<br><br>This monorepo contains multiple packages:<br><br><details>
1+
<!-- ⚠️ This README has been generated from the file(s) "blueprint.md" ⚠️-->This monorepo contains multiple packages:<br><br><details>
642
<summary><b>webview</b></summary>
653
# @nativescript-community/ui-webview
664

0 commit comments

Comments
 (0)