Loading repository data…
Loading repository data…
qqpann / repository
Tiny toolkit for developers. Runs offline and cross-platform.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
DevArms is a collection of developer utils that gives you extra arms to reach more in your tasks. It runs completely offline, and cross-platform across Windows, Mac and Linux. Written in Rust, React. Powered by Tauri.
:point_right: Install the built app from release page.
Or you can build it by yourself.
And more features are coming soon...
Feature suggestions and bug reports are welcome! Opening an issue to discuss it before you hand a PR is recommended, but not needed. To contribute in code, you may follow the following steps.
The app UI is built with React.
Edit inside src and run:
yarn lint
yarn start
The core algorithms are written in Rust, and served as wasm.
Edit inside arms and run:
wasm-pack test --firefox --headless
wasm-pack build --target web
The cross platform magic is made possible by Tauri.
Edit inside src-tauri if needed, and run:
# Open windowed app in development mode
yarn tauri dev
# Build it
yarn tauri build
MIT. See LICENSE