Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spikef/folk-cli
Folk command line tools for users!
https://github.com/spikef/folk-cli
Last synced: 3 days ago
JSON representation
Folk command line tools for users!
- Host: GitHub
- URL: https://github.com/spikef/folk-cli
- Owner: Spikef
- Created: 2016-06-12T14:03:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T07:02:15.000Z (over 8 years ago)
- Last Synced: 2025-01-21T09:54:22.648Z (5 days ago)
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# folk-cli
> [点击此处阅读中文文档.](https://github.com/Spikef/folk-cli/blob/master/README_CN.md)
Folk command line tools for users!
## Install
First you need install [Node.js](https://nodejs.org), version >= 4.0.
Then use `NPM` to install the package.
```bash
$ npm install -g folk-cli
```## Commands
### init
Set your website location, and theme/plugin author information.
```bash
$ cd [your website location]
$ folk init
```### plugin
Create a new plugin under your site.
```bash
$ folk plugin
```### theme
Create a new theme under your site.
```bash
$ folk theme
```### pack
Pack a theme or plugin to an installation package.
```bash
$ folk pack
```