🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

asgc-cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asgc-cli

asgc-cli

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

欢迎使用asgc-cli

asgc-cli是傲世孤尘开源的node系列框架的命令行工具。特点概述:

  • 使用简单 :一个命令可以创建项目模板。

如何使用asgc-cli

1、安装模块

npm install asgc-cli -g

安装完成之后,可以在命令行输入如下命令进行简单的验证:
asgc -v

如果安装正常,则会显示版本号。

2、创建项目

命令行输入:
asgc new [project]

可以创建一个项目模板。

3、运行项目

进入项目目录,运行命令: asgc start 即可启动项目

asgc-cli相关

asgc-observer

asgc-observer是傲世孤尘开源的一个消息库,通过接口定义消息,发布消息,可以拿到消息订阅者的返回值,实现方法的消息式调用。

asgc-lisen

asgc-lisen是傲世孤尘开源的一个监听变量值、表达式变化的库。基于这个库,笔者已实现一个前段双向绑定的工具。类似于vue、angularjs。

asgc-operator

asgc-operator是傲世孤尘开源的一个运算符定义工具,它内置了一些常见的数学运算(+、-、*、/、...),并且通过接口可以扩展我们自己的运算符,带来前所未有的编程体验。

联系我们

笔者QQ 1052045476

nodejs交流群 527393872

java交流群 527393872

c/c++语言交流群 251975693

FAQs

Package last updated on 12 Sep 2018

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