mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 20:12:51 +00:00
04cd5ff69fc35643b8a7865a591d021781f2d5b1
@openstapps/configuration
Checks your @openstapps project's configuration and automatically adjusts it to adhere to the suggested defaults.
Installation
Install it as a dev dependency in your project and it will check your configuration and add a script in your package.json to check the configuration again easily afterwards.
npm install --save-dev @openstapps/configuration
npm run check-configuration
You can also install it globally and use it as a cli.
npm install -g @openstapps/configuration
openstapps-configuration --help
Configuration
To configure how your project's configuration is checked add a property "openstappsConfiguration" to your package.json with all or some properties of the configuration.
Description
Languages
TypeScript
85.8%
HTML
7.5%
SCSS
4%
JavaScript
1.6%
Dockerfile
0.4%
Other
0.5%