remark-tool-sign
v1.0.1
Published
A demo tool package built with Rspack
Readme
@code-signature/demo-tool
A demo tool package built with Rspack.
Installation
npm install @code-signature/demo-toolUsage
import { add, multiply, greet } from '@code-signature/demo-tool';
console.log(add(2, 3)); // 5
console.log(multiply(4, 5)); // 20
console.log(greet('World')); // "Hello, World! Welcome to the demo tool."API
add(a, b)
Adds two numbers together.
multiply(a, b)
Multiplies two numbers together.
greet(name)
Generates a greeting message.
Development
Build
pnpm buildTest
pnpm testLicense
MIT
