1.0.4 • Published 5 years ago

npm-package-template-typescript v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

初期設定

$ npm adduser
# username
# password
# email

新規

$ mkdir npm-package-template-typescript && cd $_
$ npm init -y
$ touch README.md


# ======================
# git
# ======================
$ git init

$ git config user.name candidest
$ git config user.email candidest1759@gmail.com
$ git ra

$ git add -A
$ git commit -m "initial commit"

$ git push --set-upstream origin master
# ======================


$ npm i -D typescirpt

$ npx tsc --init
$ npm publish

更新

# patchのバージョンを上げる(major/minorもあり)
$ npm version patch

$ npm publish
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago