ehea-cli
v1.0.4
Published
ehealth oneui commandline tool
Downloads
6
Readme
Hướng dẫn sử dụng
Cấu hình file package.json
Cấu hình tên package
"name": "@vnpt/base-cli"
Cấu hình tên dòng lệnh
"bin": {
"basecli": "dist/src/index.js"
}
Cài đặt phụ thuộc
npm install
Build
npm run build
Cài đặt commandline lên máy
npm install -g ./
Test
basecli init
Publish
Cấu hình .npmrc
theo user và mật khẩu được cấp
node-options=--max-old-space-size=14000
@vnpt:registry=https://crelease.devops.vnpt.vn/repository/IT.KTHT.NPM-hosted/
//crelease.devops.vnpt.vn/repository/IT.KTHT.NPM-hosted/:username=auto.ktht.it
//crelease.devops.vnpt.vn/repository/IT.KTHT.NPM-hosted/:_password="Base64_password"
Publish
npm publish --registry=https://crelease.devops.vnpt.vn/repository/IT.KTHT.NPM-hosted/