{"id":22768054,"url":"https://github.com/tombenke/ncli-archetype","last_synced_at":"2025-03-30T11:15:07.679Z","repository":{"id":14600630,"uuid":"17317758","full_name":"tombenke/ncli-archetype","owner":"tombenke","description":"Project archetype for Command Line tools using Node.js","archived":false,"fork":false,"pushed_at":"2022-12-30T17:18:24.000Z","size":2329,"stargazers_count":1,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T02:47:23.584Z","etag":null,"topics":["archetype","boilerplate","boilerplate-template","kickoff"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"nipy/dipy","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tombenke.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}},"created_at":"2014-03-01T15:36:05.000Z","updated_at":"2020-06-12T19:30:53.000Z","dependencies_parsed_at":"2023-01-13T18:01:55.965Z","dependency_job_id":null,"html_url":"https://github.com/tombenke/ncli-archetype","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tombenke%2Fncli-archetype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tombenke%2Fncli-archetype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tombenke%2Fncli-archetype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tombenke%2Fncli-archetype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tombenke","download_url":"https://codeload.github.com/tombenke/ncli-archetype/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246308051,"owners_count":20756482,"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":["archetype","boilerplate","boilerplate-template","kickoff"],"created_at":"2024-12-11T14:09:45.813Z","updated_at":"2025-03-30T11:15:07.649Z","avatar_url":"https://github.com/tombenke.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ncli-archetype\n===========\n\n[![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges)\n[![npm version][npm-badge]][npm-url]\n[![Build Status][travis-badge]][travis-url]\n[![Coveralls][BadgeCoveralls]][Coveralls]\n\n## About\n\nProject archetype for Command Line tools using Node.js\n\nIt provides only one simple command, that is: `echo`, that echoes back it s only one parameter:\n\n```bash\n    ncli-archetype echo -t Hi\n```\n\n## Installation\n\nRun the install command:\n\n    npm install -g ncli-archetype\n\nCheck if ncli-archetype is properly installed:\n\n    $ ncli-archetype --help\n\n\n## Get Help\n\nTo learn more about the tool visit the [homepage](http://tombenke.github.io/ncli-archetype/).\n\n\n## Generate new CLI tool from this archetype\n\nThis project can be used to generate a new CLI project too,\nusing the [kickoff](https://github.com/tombenke/kickoff) utility.\n\nIn order to generate a new CLI project, do the following:\n\n1. Install the [kickoff](https://github.com/tombenke/kickoff) utility, if you have not installed yet:\n\n```bash\n    npm install -g kickoff\n```\n\n2. Create a new CLI project:\n\n```bash\n    kickoff -s tombenke/ncli-archetype -d new-cli-app\n```\n\n3. Finish the configuration of the new project, test and build it:\n\n```bash\n    cd new-cli-app\n    sh ./.kickoff.sh\n    npm install\n    npm run test\n    npm run build\n```\n\n4. Check if it works properly:\n\n```bash\n    node dist/app.js echo --text Hi\n```\n\nYou should see something like this:\n```bash\n    info: echo.execute =\u003e Hi\n```\n\n5. Now the project is ready, so you can extend it, according to your needs.\n\n\n## References\n\n- [npac](http://tombenke.github.io/npac).\n- [npac-example-cli](http://tombenke.github.io/npac-example-cli).\n\n[npm-badge]: https://badge.fury.io/js/ncli-archetype.svg\n[npm-url]: https://badge.fury.io/js/ncli-archetype\n[travis-badge]: https://api.travis-ci.org/tombenke/ncli-archetype.svg\n[travis-url]: https://travis-ci.org/tombenke/ncli-archetype\n[Coveralls]: https://coveralls.io/github/tombenke/ncli-archetype?branch=master\n[BadgeCoveralls]: https://coveralls.io/repos/github/tombenke/ncli-archetype/badge.svg?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftombenke%2Fncli-archetype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftombenke%2Fncli-archetype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftombenke%2Fncli-archetype/lists"}