A structral model (YJK, PKPM, ETABS) output files reader implemented in Javascript.
开发前需要安装 nodejs 以及 yarn 。
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash
source ~/.bashrc
export NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/mirrors/node
nvm install --lts
检查安装是否安装成功
node -v
curl -o- -L https://yarnpkg.com/install.sh | bash
source ~/.bashrc
检查安装是否安装成功
yarn -v
git clone git@github.com:jiegouyun/outreaderjs.git
cd outreaderjs
yarn install
yarn lerna bootstrap
yarn build
yarn cli
顺利的话会显示 CLI 的使用说明,例如
A CLI tool to read output files
VERSION
outreader-cli/0.0.1 darwin-x64 node-v12.10.0
USAGE
$ outreader [COMMAND]
COMMANDS
help display help for outreader
yjk Read from a YJK model
yarn cli yjk ~/Downloads/outreader-model-fixtures/1#
待补充。