jnj-dual-ts
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

NPM 계정 생성

npmjs.com

> Username: moondevnode
> Email: moondevnode@gmail.com

NPM 로컬 로그인

# 로그인
> npm login

# 인증: OPT code 입력 >
-  OTP for logging in to your account:
The OTP code is: 34907414

Authentication Successful

# 로그인 확인
> npm whoami

moondevnode

Typescript Package

폴더 생성

mkdir jnj-dual-ts
cd jnj-dual-ts

package.json 생성

yarn init -y

jnj-dual-ts/package.json

{
  "name": "jnj-dual-ts",
  "version": "0.0.1",
  "main": "index.js",
  "author": "author's name <moondevnode@gmail.com>",
  "license": "MIT"
}

타입스크립트 설정

yarn add typescript @types/node -D

Edit

├── cjs │ ├── package.json │ └── tsconfig.json ├── esm │ ├── package.json │ └── tsconfig.json ├── src │ ├── utils │ │ └── index.ts │ ├── index.ts │ └── helper.ts ├── tsconfig.json └── package.json

Readme

Keywords

none

Package Sidebar

Install

npm i jnj-dual-ts

Weekly Downloads

12

Version

0.0.1

License

none

Unpacked Size

5.77 kB

Total Files

34

Last publish

Collaborators

  • moondevnode