Socket
Book a DemoInstallSign in
Socket

@atomintl/cli

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomintl/cli

Aui

latest
npmnpm
Version
0.0.63
Version published
Maintainers
3
Created
Source

AUI CLI

用于快速初始化项目、创建页面等,便于开发人员更专注于业务开发,cli 支持以下功能:

  • 通过模板创建项目
  • 通过模板创建页面

安装

npm install -g @atomintl/cli

使用

新建项目

aui new --name projectName --template default

参数:

  • --name 项目名称
  • --template 模板

新建页面

aui page --name pageName --template normal --layout none

参数:

  • --name 页面名称
  • --template 模板
  • --layout 布局模板的名称

new 命令和 page 命令都提交交互选择模板的功能。

帮助

aui --help

或者

aui new --help

FAQs

Package last updated on 15 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts