Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adobe-rnd/project-mystique
https://github.com/adobe-rnd/project-mystique
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adobe-rnd/project-mystique
- Owner: adobe-rnd
- License: apache-2.0
- Created: 2024-05-15T16:42:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T18:44:54.000Z (9 months ago)
- Last Synced: 2024-11-16T23:27:39.706Z (2 months ago)
- Language: JavaScript
- Size: 808 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Project Mystique
## Scripts
- **lint**: Runs ESLint for `.js` and `.html` files based on `.gitignore` settings, and checks JavaScript formatting with Prettier.
- **format**: Automatically corrects code issues using ESLint and formats `.js` files using Prettier, respecting `.gitignore`.
- **test**: Executes tests with coverage reporting using web-test-runner.
- **test:watch**: Continuously runs tests in watch mode with web-test-runner.
- **build**: Cleans the `dist` directory and rebuilds the project using Rollup.
- **start**: Starts a development server with file watching via web-dev-server.