{"id":14965897,"url":"https://github.com/shidhincr/npm-module","last_synced_at":"2026-01-21T04:32:41.154Z","repository":{"id":146989161,"uuid":"89933612","full_name":"shidhincr/npm-module","owner":"shidhincr","description":"Quick and easy way to create an npm module. Clone, Edit and Publish","archived":false,"fork":false,"pushed_at":"2017-05-02T08:01:13.000Z","size":78,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T15:50:40.458Z","etag":null,"topics":["node-module","npm","yarn-packages"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shidhincr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-01T14:59:41.000Z","updated_at":"2023-03-04T06:27:07.000Z","dependencies_parsed_at":"2023-04-20T22:31:38.446Z","dependency_job_id":null,"html_url":"https://github.com/shidhincr/npm-module","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"a9ecbb623a9ad18ea2348d1bf95ee75abb458bce"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shidhincr/npm-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shidhincr%2Fnpm-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shidhincr%2Fnpm-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shidhincr%2Fnpm-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shidhincr%2Fnpm-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shidhincr","download_url":"https://codeload.github.com/shidhincr/npm-module/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shidhincr%2Fnpm-module/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28626239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T02:47:06.670Z","status":"ssl_error","status_checked_at":"2026-01-21T02:45:44.886Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["node-module","npm","yarn-packages"],"created_at":"2024-09-24T13:35:32.188Z","updated_at":"2026-01-21T04:32:41.138Z","avatar_url":"https://github.com/shidhincr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 width=\"100%\"  align=\"middle\"\u003eNAME OF YOUR MODULE\u003c/h1\u003e\r\n\r\n\u003c!-- Replace with your own logo --\u003e\r\n\u003cimg src=\"https://cdn.rawgit.com/namshi/dollar-dom/master/dollar-symbol.svg\" height=\"150\" width=\"100%\" align=\"middle\"/\u003e\r\n\r\n\u003e 👬 Tell something about your npm-module here. With emojis  🙌\r\n\r\n\u003chr\u003e\r\n\r\n\u003c!-- change these --\u003e\r\n\r\n[![Build Status](https://travis-ci.org/namshi/dollar-dom.svg?branch=master)](https://travis-ci.org/namshi/dollar-dom)\r\n[![Open Source Namshi](https://img.shields.io/badge/open--source-Namshi-blue.svg)](https://github.com/namshi)\r\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\r\n\r\n\u003chr\u003e\r\n\r\n## Why\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n\r\n## Install\r\n\r\nusing **npm**\r\n\r\n    npm install --save package-name\r\n\r\nusing **yarn**\r\n\r\n    yarn add package-name\r\n\r\nIf you're using module bundlers like webpack, Browserify or rollup, you can import `greet` from **package-name** module:\r\n\r\n```js\r\nimport {greet} from 'package-name';\r\n\r\n// or\r\n\r\nconst {greet} = require('package-name');\r\n```\r\n\r\nIf you wish to include as a script, **package-name** can be included like this:\r\n\r\n    \u003cscript src=\"https://unpkg.com/package-name/build/package-name.min.js\"\u003e\u003c/script\u003e\r\n\r\nand will be available as a global object named **`packageName`** in the browser.\r\n\r\n## API and Examples\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n\r\n## Want to Contribute ?\r\n\r\nWe love contributions from everyone. \r\n  1. Fork the repo.\r\n  2. Install dependencies. `yarn install` or `npm install`\r\n  3. We use `AVA` for unit tests. \r\n      - To run unit tests, `yarn test` or `npm test`\r\n      - To run unit test in --watch mode, `yarn test-watch` or `npm run test-watch`\r\n  4. Implement the changes, and write test cases. Make sure that all unit test pass.\r\n  5. To generate the final build, run `yarn build` or `npm build`.\r\n  6. Push your code and create a Pull Request\r\n      \r\n## Release and publish to NPM\r\n\r\n*__Note:__ Make sure you're logged in to NPM before doing this.*\r\n\r\nTo create a tag and publish to NPM run `npm run release` or `yarn release`. This will show an interactive session on terminal, where you can choose the semantic version to publish. After that, the github `release` page will be opened for adding the change logs.\r\n\r\n## Licence\r\n\r\nMIT @ [YourCompany.com](www.yourcompany.com)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshidhincr%2Fnpm-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshidhincr%2Fnpm-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshidhincr%2Fnpm-module/lists"}