kiru-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.20 • Public • Published

##https://blog.ull.im/engineering/2018/12/23/how-to-create-and-publish-npm-module-in-typescript.html ##https://sdg9670.github.io/nodejs/typescript-npm-release/

##npm run build

./src/index.ts -> dist(index.js, index.d.ts)

./src/index.ts 는 배포 안함

##npm login NPM 로그인

##npm publish

NPM 배포


##개인 계정으로 테스트 https://github.com/Kiru32/seiren-sdk

https://www.npmjs.com/package/kiru-sdk

https://www.npmjs.com/

사용

npm i kiru-sdk

import { echo } from 'kiru-sdk';

console.log(echo('aaa'));

Readme

Keywords

Package Sidebar

Install

npm i kiru-sdk

Weekly Downloads

0

Version

1.0.20

License

MIT

Unpacked Size

2.58 kB

Total Files

6

Last publish

Collaborators

  • kiru32