Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shipshapecode/swach
A robust color management tool for the modern age
https://github.com/shipshapecode/swach
ember hacktoberfest
Last synced: about 2 months ago
JSON representation
A robust color management tool for the modern age
- Host: GitHub
- URL: https://github.com/shipshapecode/swach
- Owner: shipshapecode
- Created: 2019-10-30T03:38:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:02:43.000Z (7 months ago)
- Last Synced: 2024-05-22T12:56:33.587Z (7 months ago)
- Topics: ember, hacktoberfest
- Language: TypeScript
- Homepage: https://swach.io/
- Size: 21.1 MB
- Stars: 47
- Watchers: 4
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Swach
![CI](https://github.com/shipshapecode/swach/workflows/CI/badge.svg)
Swach is a modern color palette manager.
**[Swach is built and maintained by Ship Shape. Contact us for web and native app development services.](https://shipshape.io/)**
## Prerequisites
You will need the following things properly installed on your computer.
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/)
- [pnpm](https://pnpm.io/)
- [Ember CLI](https://ember-cli.com/)
- [Google Chrome](https://google.com/chrome/)## Installation
- `git clone ` this repository
- `cd swach`
- `pnpm install`## Running / Development
### Electron
- `ember electron`
### Ember
- `ember serve`
- Visit your app at [http://localhost:4200](http://localhost:4200).
- Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).### Running Tests
- `ember test`
- `ember test --server`### Linting
- `pnpm lint`
- `pnpm lint:fix`### Building / Packaging
- `ember electron:make`
## Releasing
- Bump the version with:
```bash
release-it
```Choose the appropriate major, minor, patch, beta, etc version in the prompt.
GitHub actions should then take that new tag and build and release automatically.