https://github.com/darkskygit/bilidown
a bilibili android client download queue creator
https://github.com/darkskygit/bilidown
Last synced: 5 months ago
JSON representation
a bilibili android client download queue creator
- Host: GitHub
- URL: https://github.com/darkskygit/bilidown
- Owner: darkskygit
- License: agpl-3.0
- Created: 2018-04-23T13:09:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T08:24:02.000Z (over 7 years ago)
- Last Synced: 2025-07-03T11:04:33.675Z (12 months ago)
- Language: Vue
- Homepage:
- Size: 166 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BiliDown
a bilibili android client download queue creator
## Usage
``` bash
# Install dependencies
npm install
# Build for production
npm run build
# Build, watch for changes and debug the application
npm run debug
# Build, watch for changes and run the application
npm run watch
# Clean the NativeScript application instance (i.e. rm -rf dist)
npm run clean
```
## Reference
- [BiliAnimeDownload](https://github.com/xiaoyaocz/BiliAnimeDownload)
- [NativeScript](https://www.nativescript.org/)
- [Vue.js](https://vuejs.org/)
## License
If not otherwise stated
All the source code of this project is distributed under [GNU Affero General Public License](https://www.gnu.org/licenses/agpl.html).