Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sshari/ssh-dev-scripts
A set of scripts and utilities to make setting up a consistent npm project easier
https://github.com/sshari/ssh-dev-scripts
Last synced: about 1 month ago
JSON representation
A set of scripts and utilities to make setting up a consistent npm project easier
- Host: GitHub
- URL: https://github.com/sshari/ssh-dev-scripts
- Owner: SSHari
- License: mit
- Created: 2021-10-01T23:05:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T04:47:14.000Z (over 2 years ago)
- Last Synced: 2024-12-12T02:04:16.788Z (about 1 month ago)
- Language: JavaScript
- Size: 790 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ssh-dev-scripts
A set of scripts and utilities to make setting up a consistent npm project easier.
## Included Packages and Configuration
- eslint
- husky
- jest
- prettier
- rollup
- semantic-release
- typescript
- @testing-library
- jest-dom
- react
- react-hooks
- user-event## How to use
**Note:** The `ssh-dev-scripts` setup script expects that the `npm` version is 7+. While the configuration in this repo should work for lower versions, it's recommended to use a version that is supported.
```bash
# Install the dev scripts as a dev dependency
npm install --save-dev ssh-dev-scripts# Run the setup script once to load the default configuration for all the packages
node ./node_modules/.bin/ssh-dev-scripts-setup
```