Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmf444/archivemanager
Archive Manager - Metadata tagging of Files & URL downloads
https://github.com/dmf444/archivemanager
archive bot discord downloader manager metadata youtube-dl
Last synced: about 1 month ago
JSON representation
Archive Manager - Metadata tagging of Files & URL downloads
- Host: GitHub
- URL: https://github.com/dmf444/archivemanager
- Owner: dmf444
- License: gpl-3.0
- Created: 2020-04-14T19:00:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T21:49:29.000Z (4 months ago)
- Last Synced: 2024-10-15T08:37:23.199Z (3 months ago)
- Topics: archive, bot, discord, downloader, manager, metadata, youtube-dl
- Language: TypeScript
- Homepage:
- Size: 2.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Archives Manager
A file manager and downloader. Allows tracking of files for accession and uploading to a remote database.
As this project gets closer to completion, this repo will be updated with database specs, so that anyone may use this
software.Thanks to @Devtography, for providing a working boilerplate for React/Electron! View his project [here](https://github.com/Devtography/electron-react-typescript-webpack-boilerplate/).
## Getting started
```sh
// execute
git clone https://github.com/dmf444/ArchiveManager.git
```Then install all the `node_modules` needed by executing the following command:
```sh
cd ArchiveManager\
npm install
```Finally execute the following command to start Webpack in development mode and
watch the changes on source files for live rebuild on code changes.
```sh
npm run dev
```The `npm run dev` command won't start your app and get your app shows on the
screen. To start your app, execute the following command:
```sh
npm start
```## Authors
[D M F](https://github.com/dmf444)
[Patrick Ocampo](https://github.com/patrick-aoc)
## License
The SMCS Archives Manager is open source software [licensed as GPLv3](LICENSE).