{"id":30894274,"url":"https://github.com/typescript-web-framework/twf-cli","last_synced_at":"2025-09-08T21:05:17.728Z","repository":{"id":32744839,"uuid":"141443535","full_name":"TypeScript-Web-Framework/twf-cli","owner":"TypeScript-Web-Framework","description":"TypeScript Web Framework CLI","archived":false,"fork":false,"pushed_at":"2025-07-19T10:54:50.000Z","size":482,"stargazers_count":3,"open_issues_count":20,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-22T06:23:11.379Z","etag":null,"topics":["api","apirest","apirestfull","cli","commandline-interface","framework","rest","restapi","web","web-app","web-application","web-development","web-framework"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/TypeScript-Web-Framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2018-07-18T14:09:01.000Z","updated_at":"2020-05-12T01:35:30.000Z","dependencies_parsed_at":"2024-05-14T00:29:39.443Z","dependency_job_id":"2bdd395c-0c0f-47f4-b61e-0e9bc4e083ef","html_url":"https://github.com/TypeScript-Web-Framework/twf-cli","commit_stats":{"total_commits":52,"total_committers":3,"mean_commits":"17.333333333333332","dds":"0.11538461538461542","last_synced_commit":"c07aa7ee3666c1411b6887e8aed0ab2daff5913f"},"previous_names":["olaferlandsen/twf-cli"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/TypeScript-Web-Framework/twf-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeScript-Web-Framework%2Ftwf-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeScript-Web-Framework%2Ftwf-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeScript-Web-Framework%2Ftwf-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeScript-Web-Framework%2Ftwf-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TypeScript-Web-Framework","download_url":"https://codeload.github.com/TypeScript-Web-Framework/twf-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeScript-Web-Framework%2Ftwf-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231572,"owners_count":25245624,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","apirest","apirestfull","cli","commandline-interface","framework","rest","restapi","web","web-app","web-application","web-development","web-framework"],"created_at":"2025-09-08T21:05:15.816Z","updated_at":"2025-09-08T21:05:17.715Z","avatar_url":"https://github.com/TypeScript-Web-Framework.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![dependencies Status](https://david-dm.org/typescript-web-framework/twf-cli/status.svg)](https://david-dm.org/typescript-web-framework/twf-cli)\n[![Known Vulnerabilities](https://snyk.io/test/github/TypeScript-Web-Framework/twf-cli/badge.svg?targetFile=package.json)](https://snyk.io/test/github/TypeScript-Web-Framework/twf-cli?targetFile=package.json)\n[![Maintainability](https://api.codeclimate.com/v1/badges/c0cd1d278bfb43dea2d9/maintainability)](https://codeclimate.com/github/TypeScript-Web-Framework/twf-cli/maintainability)\n[![Documentation Status](https://readthedocs.org/projects/twf-cli/badge/?version=latest)](https://twf-cli.readthedocs.io/en/latest/?badge=latest)\n[![Build Status](https://travis-ci.org/typescript-web-framework/twf-cli.svg?branch=master)](https://travis-ci.org/typescript-web-framework/twf-cli)\n[![npm version](https://badge.fury.io/js/twf-cli.svg)](https://badge.fury.io/js/twf-cli) [![Greenkeeper badge](https://badges.greenkeeper.io/TypeScript-Web-Framework/twf-cli.svg)](https://greenkeeper.io/)\n\n\n# TypeScript Web Framework Command Line Interface\nTypeScript Web Framework CLI\n\n\n## Features\n* [x] Create project\n    * [x] Current Directory\n    * [x] Own Directory\n* [x] Generate API Controller\n    * [x] Default CRUD\n        * [x] @HttpPost `create()`\n        * [x] @HttpGet `read()`\n        * [x] @HttpPut `update()`\n        * [x] @HttpDelete `delete()`\n* [x] Remove API Controller\n* [x] Verify project structure\n    * [x] Verify existing `www`\n    * [x] Verify existing `package.json`\n    * [x] Verify existing `src`\n    * [x] Verify existing `src/manifiest.json`\n    * [x] Verify existing `src/controllers`\n    * [x] Verify existing `src/annotations`\n    * [x] Verify existing `src/core`\n    * [x] Verify existing `src/app.ts`\n    * [x] Verify existing `src/server.ts`\n    * [x] Verify existing `src/typings.d.ts`\n* [x] Version info \u0026 comparison\n    * [x] CLI Version\n    * [x] Project Version\n    * [x] Node Version\n    * [x] NPM Version\n* [x] Clean project\n    * [x] Remove `www`\n    * [x] Remove `dist`\n    * [x] Remove `temp`\n    * [x] Remove `node_modules`\n    * [x] Remove `package-lock.json`\n* [x] Install dependencies\n* [x] Serve project\n* [ ] Generate http property on controller\n* [ ] Remove http property on controller\n* [x] Test Project(Unit Testing)\n* [x] Build Project\n* [x] Generate compiled binary package\n    * [x] Windows\n    * [x] Linux\n    * [x] OSX\n\n## Commands\n\n\n### Start Project\n\nTo start a new project on current directory you don't need set project name\n\u003e **!IMPORTANT**\n\u003e\n\u003e twf-cli does not interpret `.` or `..`.\n\n```bash\ntwf start\n```\n\nTo start a new project on with a own directory you need set project name\n```bash\ntwf start MyProject\n```\n\n### Clean Project\n```bash\ntwf clean\n```\n\n### Install Dependencies\n```bash\ntwf install\n```\n\n### Verify Project \n```bash\ntwf verify\n```\n\n### Serve\n```bash\ntwf serve\n```\n\n### Generate Controller\n```bash\n# twf add controller [name] [default route]\ntwf add controller index\ntwf add controller index /profile/:id\ntwf add controller main/index /profile/:id\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypescript-web-framework%2Ftwf-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypescript-web-framework%2Ftwf-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypescript-web-framework%2Ftwf-cli/lists"}