{"id":19475485,"url":"https://github.com/artdecocode/windows-test","last_synced_at":"2025-02-25T15:47:04.512Z","repository":{"id":135405816,"uuid":"237858200","full_name":"artdecocode/windows-test","owner":"artdecocode","description":"t","archived":false,"fork":false,"pushed_at":"2020-02-03T00:31:09.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-08T06:32:18.167Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/artdecocode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-02-03T00:31:07.000Z","updated_at":"2020-02-03T00:31:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d05e84e-e91d-4724-9467-3a42486aa6b5","html_url":"https://github.com/artdecocode/windows-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"mnpjs/package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fwindows-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fwindows-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fwindows-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fwindows-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artdecocode","download_url":"https://codeload.github.com/artdecocode/windows-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240699244,"owners_count":19843509,"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-11-10T19:33:10.254Z","updated_at":"2025-02-25T15:47:04.478Z","avatar_url":"https://github.com/artdecocode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# my-new-package\n\n[![npm version](https://badge.fury.io/js/my-new-package.svg)](https://www.npmjs.com/package/my-new-package)\n\n`my-new-package` is {{ description }}\n\n```sh\nyarn add my-new-package\n```\n\n## Table Of Contents\n\n- [Table Of Contents](#table-of-contents)\n- [API](#api)\n- [`async myNewPackage(config: !Config): string`](#async-mynewpackageconfig-config-string)\n  * [`Config`](#type-config)\n- [CLI](#cli)\n- [Copyright \u0026 License](#copyright--license)\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#table-of-contents\"\u003e\n  \u003cimg src=\"/.documentary/section-breaks/0.svg?sanitize=true\"\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n## API\n\nThe package is available by importing its default function:\n\n```js\nimport myNewPackage from 'my-new-package'\n```\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#table-of-contents\"\u003e\n  \u003cimg src=\"/.documentary/section-breaks/1.svg?sanitize=true\"\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n## \u003ccode\u003easync \u003cins\u003emyNewPackage\u003c/ins\u003e(\u003c/code\u003e\u003csub\u003e\u003cbr/\u003e\u0026nbsp;\u0026nbsp;`config: !Config,`\u003cbr/\u003e\u003c/sub\u003e\u003ccode\u003e): \u003ci\u003estring\u003c/i\u003e\u003c/code\u003e\n{{ description }}\n\n - \u003ckbd\u003e\u003cstrong\u003econfig*\u003c/strong\u003e\u003c/kbd\u003e \u003cem\u003e\u003ccode\u003e\u003ca href=\"#type-config\" title=\"Options for the program.\"\u003e!Config\u003c/a\u003e\u003c/code\u003e\u003c/em\u003e: The config.\n\n__\u003ca name=\"type-config\"\u003e`Config`\u003c/a\u003e__: Options for the program.\n\n\n|   Name    |       Type       |    Description    | Default |\n| --------- | ---------------- | ----------------- | ------- |\n| shouldRun | \u003cem\u003eboolean\u003c/em\u003e | A boolean option. | `true`  |\n| text      | \u003cem\u003estring\u003c/em\u003e  | A text to return. | -       |\n\n```js\nimport myNewPackage from 'my-new-package'\n\n(async () =\u003e {\n  const res = await myNewPackage({\n    text: 'example',\n  })\n  console.log(res)\n})()\n```\n```\nmy-new-package called with example\nexample\n```\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#table-of-contents\"\u003e\n  \u003cimg src=\"/.documentary/section-breaks/2.svg?sanitize=true\"\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n## CLI\n\nThe package can also be used from the CLI.\n\n\u003ctable\u003e\n \u003cthead\u003e\n  \u003ctr\u003e\n   \u003cth\u003eArgument\u003c/th\u003e \n   \u003cth\u003eShort\u003c/th\u003e\n   \u003cth\u003eDescription\u003c/th\u003e\n  \u003c/tr\u003e\n \u003c/thead\u003e\n  \u003ctr\u003e\n   \u003ctd\u003einput\u003c/td\u003e\n   \u003ctd\u003e\u003c/td\u003e\n   \u003ctd\u003eThe path to the input file.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n   \u003ctd\u003e--output\u003c/td\u003e\n   \u003ctd\u003e-o\u003c/td\u003e\n   \u003ctd\u003eWhere to save the output. By default prints to stdout. Default \u003ccode\u003e-\u003c/code\u003e.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n   \u003ctd\u003e--init\u003c/td\u003e\n   \u003ctd\u003e-i\u003c/td\u003e\n   \u003ctd\u003eInitialise in the current folder.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n   \u003ctd\u003e--help\u003c/td\u003e\n   \u003ctd\u003e-h\u003c/td\u003e\n   \u003ctd\u003ePrint the help information and exit.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n   \u003ctd\u003e--version\u003c/td\u003e\n   \u003ctd\u003e-v\u003c/td\u003e\n   \u003ctd\u003eShow the version's number and exit.\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n```\n{{ description }}\n\n  mnp input [-o output] [-ihv]\n\n\tinput        \tThe path to the input file.\n\t--output, -o \tWhere to save the output. By default prints to stdout.\n\t             \tDefault: -.\n\t--init, -i   \tInitialise in the current folder.\n\t--help, -h   \tPrint the help information and exit.\n\t--version, -v\tShow the version's number and exit.\n\n  Example:\n\n    mnp example.txt -o out.txt\n```\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#table-of-contents\"\u003e\n  \u003cimg src=\"/.documentary/section-breaks/3.svg?sanitize=true\"\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n## Copyright \u0026 License\n\n{{ license_name }}\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/38815725?v=4\u0026amp;s=100\" alt=\"{{ org }}\"\u003e\u003c/td\u003e\n    \u003ctd\u003e© \u003ca href=\"{{ website }}\"\u003e{{ trademark }}\u003c/a\u003e 2020\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#table-of-contents\"\u003e\n  \u003cimg src=\"/.documentary/section-breaks/-1.svg?sanitize=true\"\u003e\n\u003c/a\u003e\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartdecocode%2Fwindows-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartdecocode%2Fwindows-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartdecocode%2Fwindows-test/lists"}