https://github.com/arklnk/create-arklnk-app
🔨 一行命令快速创建arklnk项目。Set up a arklnk app by running one command
https://github.com/arklnk/create-arklnk-app
ark-admin arklnk cli
Last synced: 5 months ago
JSON representation
🔨 一行命令快速创建arklnk项目。Set up a arklnk app by running one command
- Host: GitHub
- URL: https://github.com/arklnk/create-arklnk-app
- Owner: arklnk
- License: mit
- Created: 2022-11-18T08:52:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T03:24:32.000Z (over 3 years ago)
- Last Synced: 2025-11-23T23:03:44.306Z (8 months ago)
- Topics: ark-admin, arklnk, cli
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# create-arklnk-app
Create Arklnk apps with no build configuration.
- [document](https://docs.arklnk.com/admin/cli/) – How to create a new arklnk app.
> Create a project, and you’re good to go.
## npx
``` sh
npx create-arklnk-app my-app
```
## npm
``` sh
npm init arklnk-app my-app
```
## Yarn
``` sh
yarn create arklnk-app my-app
```
## pnpm
``` sh
pnpm create arklnk-app my-app
```
It will create a directory called my-app inside the current folder.