atharv-mandlavdiya 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # atharv-mandlavdiya
2
+
3
+ ```
4
+ _ _ _ __ __ _ _ _ _
5
+ /_\| |_| |_ __ _ _ ___ __ | \/ |__ _ _ _ __| | |__ ___ ____| (_)_ _ __ _
6
+ / _ \ _| ' \/ _` | '_\ V / | |\/| / _` | ' \/ _` | / _` \ V / _` | | || / _` |
7
+ /_/ \_\__|_||_\__,_|_| \_/ |_| |_\__,_|_||_\__,_|_\__,_|\_/\__,_|_|\_, \__,_|
8
+ |__/
9
+ ```
10
+
11
+ ```bash
12
+ npm install atharv-mandlavdiya
13
+ ```
14
+
15
+ ```js
16
+ import { atharvm } from "atharv-mandlavdiya";
17
+
18
+ atharvm();
19
+ ```
20
+
21
+ MIT © [Atharv Mandlavdiya](https://github.com/AtharvM02222)
@@ -0,0 +1,13 @@
1
+ const atharv_mandlavdiya = `
2
+ _ _ _ __ __ _ _ _ _
3
+ /_\\| |_| |_ __ _ _ ___ __ | \\/ |__ _ _ _ __| | |__ ___ ____| (_)_ _ __ _
4
+ / _ \\ _| ' \\/ _\` | '_\\ V / | |\\/| / _\` | ' \\/ _\` | / _\` \\ V / _\` | | || / _\` |
5
+ /_/ \\_\\__|_||_\\__,_|_| \\_/ |_| |_\\__,_|_||_\\__,_|_\\__,_|\\_/\\__,_|_|\\_, \\__,_|
6
+ |__/
7
+ `;
8
+
9
+ export function atharvm() {
10
+ console.log(atharv_mandlavdiya);
11
+ console.log(" Atharv Mandlavdiya");
12
+ console.log(" github.com/AtharvM02222");
13
+ }
package/package.json ADDED
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "atharv-mandlavdiya",
3
+ "version": "1.0.0",
4
+ "description": "Made With Love By Atharv Mandlavdiya",
5
+ "type": "module",
6
+ "main": "atharvmandlavdiya.js",
7
+ "exports": "./atharvmandlavdiya.js",
8
+ "scripts": {
9
+ "": ""
10
+ },
11
+ "keywords": [
12
+ "atharv",
13
+ "mandlavdiya",
14
+ "atharv-mandlavdiya",
15
+ "atharvm",
16
+ "atharvm02222"
17
+ ],
18
+ "author": {
19
+ "name": "Atharv Mandlavdiya",
20
+ "url": "https://github.com/AtharvM02222"
21
+ },
22
+ "license": "MIT",
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/AtharvM02222/atharv-mandlavdiya.git"
26
+ },
27
+ "homepage": "https://github.com/AtharvM02222/atharv-mandlavdiya#readme",
28
+ "bugs": {
29
+ "url": "https://github.com/AtharvM02222/atharv-mandlavdiya/issues"
30
+ },
31
+ "engines": {
32
+ "node": ">=14.0.0"
33
+ }
34
+ }