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.
- Host: GitHub
- URL: https://github.com/afeiship/rake-weapp-cli
- Owner: afeiship
- Created: 2019-03-07T13:42:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T14:44:16.000Z (over 4 years ago)
- Last Synced: 2025-03-13T10:18:54.596Z (7 months ago)
- Topics: cli, rake, weapp, weixin, wx
- Language: Ruby
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```