Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

astros-cli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astros-cli

astros命令行工具,可通过命令完成创建项目和发布项目

latest
Source
npmnpm
Version
0.0.19
Version published
Maintainers
1
Created
Source

astros-cli

astros命令行工具,可通过命令完成创建项目和发布项目

创建项目

~/project/下创建项目demo

$ astros create [dir]

demo1,相对路径:

$ cd ~/project
$ astros create demo

demo2,绝对路径:

$ astros create ~/project/demo

demo3,在当前目录创建:

$ mkdir ~/project/demo
$ cd ~/project/demo
$ astros create

FAQs

Package last updated on 22 Jun 2016

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