{"id":19475442,"url":"https://github.com/artdecocode/neoluddite","last_synced_at":"2026-05-16T02:11:04.446Z","repository":{"id":57154292,"uuid":"230661482","full_name":"artdecocode/neoluddite","owner":"artdecocode","description":"Become part of Open Source anarchical movement and get payed for the value your packages create.","archived":false,"fork":false,"pushed_at":"2019-12-28T20:20:09.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T22:36:21.052Z","etag":null,"topics":["anarchy","community","funding","neoluddite","open-source","peer-to-peer"],"latest_commit_sha":null,"homepage":"https://www.neoluddite.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","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":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-28T20:16:16.000Z","updated_at":"2019-12-28T20:20:11.000Z","dependencies_parsed_at":"2022-09-06T13:11:52.927Z","dependency_job_id":null,"html_url":"https://github.com/artdecocode/neoluddite","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"mnpjs/package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fneoluddite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fneoluddite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fneoluddite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artdecocode%2Fneoluddite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artdecocode","download_url":"https://codeload.github.com/artdecocode/neoluddite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240514575,"owners_count":19813718,"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":["anarchy","community","funding","neoluddite","open-source","peer-to-peer"],"created_at":"2024-11-10T19:32:51.069Z","updated_at":"2026-05-16T02:10:59.414Z","avatar_url":"https://github.com/artdecocode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neoluddite\n\n[![npm version](https://badge.fury.io/js/neoluddite.svg)](https://www.npmjs.com/package/neoluddite)\n\n`neoluddite` is Become part of Open Source anarchical movement and get payed for the value your packages create.\n\n```sh\nyarn add neoluddite\n```\n\n## Table Of Contents\n\n- [Table Of Contents](#table-of-contents)\n- [API](#api)\n- [`async neoluddite(config: !Config): string`](#async-neoludditeconfig-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 neoluddite from 'neoluddite'\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\u003eneoluddite\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\nBecome part of Open Source anarchical movement and get payed for the value your packages create.\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 neoluddite from 'neoluddite'\n\n(async () =\u003e {\n  const res = await neoluddite({\n    text: 'example',\n  })\n  console.log(res)\n})()\n```\n```\nneoluddite 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```\nBecome part of Open Source anarchical movement and get payed for the value your packages create.\n\n  neoluddite 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    neoluddite 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\nGNU Affero General Public License v3.0\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/38815725?v=4\u0026amp;s=100\" alt=\"artdecocode\"\u003e\u003c/td\u003e\n    \u003ctd\u003e© \u003ca href=\"https://www.artd.eco\"\u003eArt Deco\u003c/a\u003e 2019\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%2Fneoluddite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartdecocode%2Fneoluddite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartdecocode%2Fneoluddite/lists"}