Skip to content

this is a more convenient atv create file cli tools

License

Notifications You must be signed in to change notification settings

badspider7/altv-cf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

利用命令行快速创建 Athena 插件文件夹,你可以在 example 文件夹里面修改生成的模板

use command line to create Athena plugins folder,you can change example code in example folder.

install

Using npm:

npm i altv-cf

Using yarn:

yarn add altv-cf

Useage

最重要的是要在 package.json 里面配置一下

The most important thing is to configuration in package.json,such as this.

"script":{
    "...":"other Configuration",
    // 最重要的是要加上这个
    "cf":"cpd"
}

Using npm:

npm run cf <plugin_name>

Using yarn:

yarn cf <plugin_name>

Example

演示 demo

About

this is a more convenient atv create file cli tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published