Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuowenli/generate-weapp-module
https://github.com/zhuowenli/generate-weapp-module
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhuowenli/generate-weapp-module
- Owner: zhuowenli
- License: mit
- Created: 2016-12-09T10:17:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T15:07:34.000Z (almost 8 years ago)
- Last Synced: 2024-10-11T15:18:00.939Z (about 1 month ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generate-weapp-module
> Auto generate wechat weapp modules
## Install
```bash
$ npm install generate-weapp-module --save
```## Useage
```js
const generate = require('generate-weapp-module');const res = generate({
root: __dirname,
name: 'demo'
});console.log(res);
```## OPTIONS
### options
Type: `Object`
### return file
Type: `String`
generated file path.