Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pronovix/trainee-stylelint
https://github.com/pronovix/trainee-stylelint
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pronovix/trainee-stylelint
- Owner: Pronovix
- Created: 2020-02-16T20:57:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T07:58:46.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T01:31:22.260Z (2 months ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Stylelint docker for the Pronovix ITrainee program.
## How to use
```shell
docker run -v "${PWD}":/app/target pronovix/trainee-stylelint:current [options]
```Path is mandatory, options are optional.
`/app/target` is constant, `${PWD}` can be changed.
See [the Stylelint docs](https://stylelint.io/user-guide/usage/cli) for available options.