Package description
Install package:
# npm
npm install @ynewtime/ts-lib
# yarn
yarn add @ynewtime/ts-lib
# pnpm
pnpm install @ynewtime/ts-lib
Import:
// ESM
import { sayHello } from '@ynewtime/ts-lib'
// CommonJS
const { sayHello } = require('@ynewtime/ts-lib')
- Clone this repository
- Enable Corepack using
corepack enable
(usenpm i -g corepack
for Node.js < 16.10) - Install dependencies using
pnpm install
- Setup and update simple-git-hooks:
npx simple-git-hooks
Made with 💛
Published under MIT License.