Total Pageviews

Monday 11 July 2016

一款跨平台的开源网站管理工具-AntSword

 // AntSword is a cross platform website management tool. 
AntSword is an open source and cross-platform's Web Site Administration Tool.
You can use it easily and intuitively to management your website(webshell).
node release

Start

If you do not care about how to write the code, you can go to the Release Page to download the corresponding archive decompression, and then executed directly to use!
If you are interested in this code, we welcome you to join!
It does not require much coding knowledge you have, you just need to know what it means and how to modify the code on it!

Start with source code

0x01. Get the source code

$ git clone https://github.com/antoor/antSword.git
or
Click the download url below:
https://github.com/antoor/antSword/archive/master.zip

0x02. Install node_modules

$ cd antSword
$ npm install

0x03. Began to enjoy

$ npm start
from https://github.com/antoor/antSword