PR-188649:

Adding Readme file and npx command.
This commit is contained in:
2022-05-30 19:11:03 +00:00
parent aa4ac6761b
commit 889b8917f8
3 changed files with 89 additions and 0 deletions

View File

@ -2,8 +2,10 @@
"name": "@aleleba/create-react-component-library",
"version": "1.0.0",
"description": "A starter kit for create a React component Library with storybook",
"bin": "./bin/cli.js",
"main": "dist/index.js",
"scripts": {
"start": "npm run storybook",
"build": "webpack",
"lint": "eslint ./ --ext .js --ext .ts --ext .jsx --ext .tsx",
"lint:fix": "eslint ./ --ext .js --ext .ts --ext .jsx --ext .tsx --fix",