An open API service indexing awesome lists of open source software.

https://github.com/afeiship/rake-weapp-cli

Rake for weapp cli.
https://github.com/afeiship/rake-weapp-cli

cli rake weapp weixin wx

Last synced: 6 months ago
JSON representation

Rake for weapp cli.

Awesome Lists containing this project

README

          

# rake-weapp-cli
> Rake for weapp cli.

## installation
```bash
npm i -S @jswork/rake-weapp-cli
```

## usage
~~~
$ rake -T
rake weapp:publish[desc,cli,root] # Cli publish to preview version
~~~

## rakefile
```rb
# load taks
Dir.glob("./node_modules/@jswork/rake-*/index.rake").each do |task|
load task
end
```