You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NativeCLI provides starter kits for NativePHP. These kits are designed to help you get started with your project quickly. Each kit is designed to provide a base for your project, with the necessary files and configurations to get you started.
4
+
5
+
## How to use a Starter Kit
6
+
7
+
To use a starter kit, you simply invoke the new command with the `--using` flag and specify the kit you want to use.
8
+
9
+
For example, to create a new project using the NativeCLI `flux` starter kit, you would run:
10
+
11
+
```shell
12
+
nativecli new myproject --using=nativecli/desktop-starter-flux
13
+
```
14
+
15
+
## Available Starter Kits
16
+
17
+
Flux for NativePHP Desktop
18
+
: <ahref="https://github.com/NativeCLI/desktop-starter-flux">View on GitHub</a>
19
+
20
+
We welcome contributions and additions to this list.
0 commit comments