1.0.0 • Published 2 years ago

@julong/jbin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

title

cli명령어 생성

Table of Contents

Background

cli명령어 생성

Installation

npm install -g @julong/jbin
npm install --save-dev @julong/jbin

Usage

jbin -t ts -p ./src/index.ts -o ./dist/index.ts

--type(-t)

  • ts
  • js

--path(-p)

  • ./src/index.${type} (default)

--path(-p)

  • ./dist/index.js (default)

Maintainers

JuLong - jl917

Contributing

Anyone is welcome to participate in the maintenance and development of this project, and can also submit Issues and PR's

License

MIT