cramtx
v1.0.4
Published
It will greet NPM users
Downloads
268
Readme
Welcome to cramtx
cramtx
is a simple npm tool that takes a user's name as input and greets the user.
Installation
To install cramtx
, use npm:
npm install cramtx
Usage Here's how you can use cramtx in your project:
javascript
import cramtx from "cramtx";
cramtx();
Example javascript
import cramtx from "cramtx";
cramtx("John Doe"); // Output: Hello John Doe
Features Easy to use: Just import and call the function.
Customizable: Pass any name to get a personalized greeting.
Contributing Feel free to fork the repository and submit pull requests. We welcome contributions from the community!