Skip to content

mikalv/searchive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

searchive

Search all my documents{PDF}.

App

searchive-app is an Electron app. This app include client and server.

App

Install

Install searchive app from release page

Usage

Launch by yarn run app.

yarn install
yarn run app

Modules

This repository is a monorepo.

Package Version
pdf-to-json npm
searchive-cli npm
searchive-client npm
searchive-server npm
searchive-web-api-interface npm
searchive-create-index npm

Development

Install in Development

yarn install
yarn run bootstrap

Publish

Publish Searchive-app. Need to create .env in root dir.

GH_TOKEN="XXXX"

And publish it.

yarn run publish

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © azu

About

Search All My Documents{PDF}.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.1%
  • CSS 7.9%
  • TypeScript 7.2%
  • HTML 2.8%