0.0.10 • Published 3 years ago
@getcodestory/codestory v0.0.10
CodeStory
A CLI tool to help you discover codebase of your react project and create Storybook like documentation in devtools panel.
How it works
https://www.loom.com/share/3bf9ebbda95a4ef1814893e88aed1421
Install as devDependencies
npm install @getcodestory/codestory --save-devRun
npx cs init // only needed for first time run
npx cs startor can add to package.json of your react project then each time you only need to run "npm run cs" or "yarn cs" to start CodeStory.
"scripts": {
"cs": "cs start"
}Install Globally
If you have nodejs installed in your local then all you needed is to run
npm install -g @getcodestory/codestoryUpdate
npm update -g @getcodestory/codestoryRun
cs init // only needed for first time run
cs start