Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kholid060/projectile
An app for managing your JavaScript projects
https://github.com/Kholid060/projectile
electron hacktoberfest javascript project-management vue
Last synced: about 1 month ago
JSON representation
An app for managing your JavaScript projects
- Host: GitHub
- URL: https://github.com/Kholid060/projectile
- Owner: Kholid060
- License: mit
- Created: 2021-06-09T11:09:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T10:01:38.000Z (over 2 years ago)
- Last Synced: 2024-08-01T16:44:00.270Z (4 months ago)
- Topics: electron, hacktoberfest, javascript, project-management, vue
- Language: Vue
- Homepage: https://get-projectile.vercel.app/
- Size: 3.59 MB
- Stars: 135
- Watchers: 6
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - projectile
- awesome-made-by-indonesian - Projectile - `An app for managing your JavaScript projects` *by [Ahmad Kholid](https://github.com/Kholid060)* (P)
- made-in-indonesia - Projectile - `An app for managing your JavaScript projects` *by [Ahmad Kholid](https://github.com/Kholid060)* (P)
README
![Projectile logo](./buildResources/image.png)
# Projectile
An app that will help you to manage your JavaScript projects with GUI
## Download
[Download](https://github.com/kholid060/projectile/releases/latest)## Features
- Install or update your project dependencies
- Run your project scripts
- Kanban board
- Support monorepo## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn watch
```### Compiles app for debugging
```
yarn compile
```### Lints and fixes files
```
yarn lint
```