@ferlab/config
v1.0.2
Published
Script and Standard Configuration for all ferlab project
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/configDeveloper
Local Development
Use project path with npx
e.g.
npx ~/workspace/ferlab-ui/packages/configPublish 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
