{"id":17749590,"url":"https://github.com/oresoftware/humpty-dumpty","last_synced_at":"2025-04-01T08:11:53.862Z","repository":{"id":95712379,"uuid":"77295690","full_name":"ORESoftware/humpty-dumpty","owner":"ORESoftware","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-30T04:28:02.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-02T00:26:03.222Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ORESoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-12-24T18:30:45.000Z","updated_at":"2018-05-30T04:28:04.000Z","dependencies_parsed_at":"2023-05-21T15:31:01.745Z","dependency_job_id":null,"html_url":"https://github.com/ORESoftware/humpty-dumpty","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Fhumpty-dumpty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Fhumpty-dumpty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Fhumpty-dumpty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ORESoftware%2Fhumpty-dumpty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ORESoftware","download_url":"https://codeload.github.com/ORESoftware/humpty-dumpty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246604611,"owners_count":20804100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-26T11:23:52.195Z","updated_at":"2025-04-01T08:11:53.837Z","avatar_url":"https://github.com/ORESoftware.png","language":"Shell","readme":"\n\n# Your Project Readme Goes Here\n\nSteps to making this project skeleton into your own project.\n\n1. Clone this repo: \u003cbr\u003e\n    `git clone https://github.com/your-org/humpty-dumpty.git YOUR-PROJECT-NAME`\n2. Update package.json so that `name` property matches `YOUR-PROJECT-NAME`.\n3. Update other package.json fields so that they are accurate.\n\nTo check to see if `YOUR-PROJECT-NAME` is available on NPM, uses this command at the command line:\n\n`$ npm view YOUR-PROJECT-NAME`  # will give you a 404 if the name is available.\n\n\n### This project skeleton uses:\n\n* the correct semver initial value (npm init defaults to 1.0.0 which is just wrong).\n* typescript 2.x\n* nodejs version 9\n* travis (for automated testing of your library)\n* MIT license\n* good simple default settings for .gitignore / .npmignore\n\n\n\nTo compile your *.ts files to a dist directory (keeps your source and target files separate),\n\u003cbr\u003e\nsimply add this to tsconfig.json:\n\n\n```json\n\"compilerOptions\": {\n    \"outDir\": \"dist\"\n}\n```\n\nand\n\n```json\n \"include\": [\n    \"src\"\n  ]\n```\n\nFor small libraries with a couple of files, I find that using a dist folder (target directory) is more trouble\nthan it's worth. For projects with just one .ts/.js file, you can just get rid of the lib folder, and put your index.ts\nfile in the root of the project. In that case, make sure to change the `main` property in package.json from 'lib/index.js' to\n'index.js'. Same with the `typings/types` properties.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foresoftware%2Fhumpty-dumpty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foresoftware%2Fhumpty-dumpty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foresoftware%2Fhumpty-dumpty/lists"}