gh-txt-generate
v0.1.0
Published
## Install
Readme
gh-txt-generate package
Install
NPM (WIP):
npm install -g gh-txt-generateor
GIT:
git clone [email protected]:papablack/gh-txt-generate.git .
npm install
npx gh-txt-generate run ./output/fluentui_components_code.txt microsoft/fluentui:master /packages/web-components/srcUsage
(optional_search is "/" by default, can be RegEx) - this tells which repo dir the app searches / means root dir
(optional_ext is "ts" by default)
npm:
npx gh-txt-generate run [output_txt_path] [repo_owner]/[repo_name]:[repo_branch] [optional_search] [optional_ext]yarn:
yarn gh-txt-generate run [output_txt_path] [repo_owner]/[repo_name]:[repo_branch] [optional_search] [optional_ext]Example command
Command to download FluentUI components:
(npx/yarn) gh-txt-generate run ./output/fluentui_components_code.txt microsoft/fluentui:master /packages/web-components/srcCommand to download RWS framework client:
(npx/yarn) gh-txt-generate run ./output/RWS_client_code.txt papablack/rws-client:master /src