Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adobe-rnd/project-mystique


https://github.com/adobe-rnd/project-mystique

Last synced: 10 days ago
JSON representation

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.