@ferlab/config
v1.0.2
Published
Script and Standard Configuration for all ferlab project
Downloads
2
Readme
Config
Manage ferlab react project
Helps configure and updates standard, scripts and best pratices accross our project.
Creates or Updates :
- commit lint configuration
- eslint configuration
- Husky configuration
- Update package.json
Usage
npx @ferlab/config
Developer
Local Development
Use project path with npx
e.g.
npx ~/workspace/ferlab-ui/packages/config
Publish on npmjs
To make changes available on npmjs
- Update package.json version
- Commit and merge changes
- Create config tag
git tab config@version
- Publish on npm
npm publish