项目作者: minsoo-web

项目描述 :
side to docs using nodejs
高级语言: JavaScript
项目地址: git://github.com/minsoo-web/SITD.git
创建时间: 2019-11-06T12:39:50Z
项目社区:https://github.com/minsoo-web/SITD

开源协议:

下载


Side to Docs

Description

이 앱은 CLI 환경에서 구동하는 nodejs app입니다.
side 파일에서 필요한 정보들만 추출하여 md 파일로 작성해줍니다.

How to use

clone this repo

  1. # in your workspace
  2. git clone https://github.com/Minsoo-web/SITD.git

run this command

  1. cd SITD
  2. npm install
  3. # on linux
  4. sudo npm install -g .
  5. # window
  6. npm install -g .

now you can test

  1. sitd --help
  2. sitd --version
  3. sitd --path ./naver_test.side

향후 계획

  1. 예외처리 (에러)
  2. xlsx 파일 생성
  3. npm 배포