find
packagenameand replace with your packagename name (in vscode in all files)also find
usernameand replace with your nameFirst commit create as tag
for release npm set
NPM_TOKENon github secrets.and remove this line
Description
You can install packagename using npm, yarn, or pnpm:
pnpm add packagenameOnce installed, you can use the packagename in your project by importing it:
import { } from 'packagename';Enjoy!
import { } from 'packagename';This project is licensed under the terms of the MIT license.