https://github.com/minsoo-web/sitd
side to docs using nodejs
https://github.com/minsoo-web/sitd
cli nodejs npm qa selenium
Last synced: 2 months ago
JSON representation
side to docs using nodejs
- Host: GitHub
- URL: https://github.com/minsoo-web/sitd
- Owner: minsoo-web
- Created: 2019-11-06T12:39:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T07:44:01.000Z (about 5 years ago)
- Last Synced: 2025-05-28T20:59:36.630Z (about 1 year ago)
- Topics: cli, nodejs, npm, qa, selenium
- Language: JavaScript
- Homepage:
- Size: 25.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Side to Docs
## Description
이 앱은 CLI 환경에서 구동하는 nodejs app입니다.
side 파일에서 필요한 정보들만 추출하여 md 파일로 작성해줍니다.
## How to use
clone this repo
```bash
# in your workspace
git clone https://github.com/Minsoo-web/SITD.git
```
run this command
```bash
cd SITD
npm install
# on linux
sudo npm install -g .
# window
npm install -g .
```
now you can test
```bash
sitd --help
sitd --version
sitd --path ./naver_test.side
```
## 향후 계획
1. 예외처리 (에러)
2. xlsx 파일 생성
3. npm 배포