@geekjuice/style v2.4.0
@geekjuice/style
style
personal style guide and configuration manager
features include:
- minimal dependency management. package come pre-bundled with:
- sensible configurations. consistent styles and process that just work™
- javascript and typescript. configured to handle both
- opinionated. because personal :man_shrugging:
getting started
to start the guided setup process:
❯ npx @geekjuice/style installcommands
install
this command is used to initially setup your project by:
- updating your
package.jsonto include the necessary dependencies and scripts - adding (or replacing) the following configuration files:
.eslintrc.js.prettierrc.js.huskyrc.js.lintstagedrc.js
the command can be re-run to set your project up again or pick up updates.
check
used to check files for linting and formatting issues without actually making changes. underneath the hood this command is running the following in parallel:
eslintagainst all javascript and typescript files unless files specifiedprettier --checkagainst many supported file types unless files specified
fix
similar to check, but will attempt to fix problems if possible. underneath the hood this command is running the following in serial:
eslint --fixagainst all javascript and typescript files unless files specifiedprettieragainst many supported file types unless files specified
license
mit - copyright © nicholas hwang
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago