Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atilafassina/pulsar
📦 Tauri app for monitoring your `node_modules` size and clean them up.
https://github.com/atilafassina/pulsar
app rust-lang solidjs tauri tauri-app
Last synced: 3 months ago
JSON representation
📦 Tauri app for monitoring your `node_modules` size and clean them up.
- Host: GitHub
- URL: https://github.com/atilafassina/pulsar
- Owner: atilafassina
- Created: 2023-08-27T14:35:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T14:13:16.000Z (5 months ago)
- Last Synced: 2024-10-12T23:44:36.353Z (4 months ago)
- Topics: app, rust-lang, solidjs, tauri, tauri-app
- Language: TypeScript
- Homepage:
- Size: 5.83 MB
- Stars: 14
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pulsar
Dependency scanner.
> ⚠️ This project is still in Beta. Bugs are expected, please run it in a controlled environment.
## Run Locally 🦀
You need [Rust](https://www.rust-lang.org/tools/install) and [PNPM](https://pnpm.io) to run this project. Once the system is setup, you can clone this repository:
```sh
git clone --depth 1 https://github.com/atilafassina/pulsar
```Change directory inside the project, install dependencies, and run development server.
```sh
cd pulsar && pnpm install && pnpm tauri dev
```> 💡 Tauri will run the Vite dev server and then trigger the Rust build. First Rust build takes a little longer, but should still be less than a minute.
## Workspace Extensions 🧰
- [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode)
- [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
- [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)## Build Your Own App 🔥
If you like this SolidJS + Tauri + TailwindCSS setup, this project is built upon my template: [create-solidjs-tailwind-tauri](https://github.com/atilafassina/create-solidjs-tailwind-tauri).