{"id":24353705,"url":"https://github.com/alexpereira/wily","last_synced_at":"2025-04-10T01:06:20.081Z","repository":{"id":33285433,"uuid":"151182219","full_name":"alexpereira/wily","owner":"alexpereira","description":"Build Node.js APIs from the command line (Dead Project 😵)","archived":false,"fork":false,"pushed_at":"2023-01-11T01:02:34.000Z","size":874,"stargazers_count":14,"open_issues_count":19,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T01:06:14.495Z","etag":null,"topics":["api","cli","command-line","cookie","express","graphql","hapi","jest","joi","jwt","knex","mocha","mongodb","mongodb-driver","mongoose","mysql","nodejs","rest","sequelize","validator"],"latest_commit_sha":null,"homepage":"","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/alexpereira.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-02T01:02:10.000Z","updated_at":"2019-11-08T22:36:16.000Z","dependencies_parsed_at":"2023-01-15T00:23:05.466Z","dependency_job_id":null,"html_url":"https://github.com/alexpereira/wily","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpereira%2Fwily","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpereira%2Fwily/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpereira%2Fwily/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexpereira%2Fwily/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexpereira","download_url":"https://codeload.github.com/alexpereira/wily/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137888,"owners_count":21053775,"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":["api","cli","command-line","cookie","express","graphql","hapi","jest","joi","jwt","knex","mocha","mongodb","mongodb-driver","mongoose","mysql","nodejs","rest","sequelize","validator"],"created_at":"2025-01-18T16:20:51.215Z","updated_at":"2025-04-10T01:06:20.056Z","avatar_url":"https://github.com/alexpereira.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NO LONGER ACTIVE!\n\n## I am no longer working on this project. Do feel free to fork it though.\n\n# wily\n\n[![Build Status][travis-badge]][travis]\n[![PRs Welcome][prs-badge]][prs]\n[![MIT License][license-badge]][license]\n\nBuild Node.js APIs from the command line\n\n## Getting Started\n\nInstall **wily** globally: ``` npm install -g wily ```\n\nOnce installed, a new API can be created by calling ```wily init```, like so:\n\n![wily gif](https://media.giphy.com/media/1APhC0ToUh0REQgP1z/giphy.gif)\n\n### ✨ Supported \u0026 ~~in-progress~~ Features\n\n| API Architecture  | Framework | Database  | ORM | ODM | Authentication | Validation | Testing \n| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: | :-------------: | :-------------: | :-------------:\n| [REST](https://www.w3.org/2001/sw/wiki/REST)  | [Express](https://www.npmjs.com/package/express)  | [MySQL](https://www.npmjs.com/package/mysql) | [Knex.js](https://www.npmjs.com/package/knex) | ~~[Mongoose](https://www.npmjs.com/package/mongoose)~~ | [JWT](https://www.npmjs.com/package/jsonwebtoken) | [Joi](https://www.npmjs.com/package/joi) | [Mocha](https://www.npmjs.com/package/mocha)\n| ~~[GraphQL](https://graphql.org/)~~  | [hapi](https://www.npmjs.com/package/hapi) | ~~[MongoDB](https://www.npmjs.com/package/mongodb)~~  | [Sequelize](https://www.npmjs.com/package/sequelize) | ~~[MongoDB Driver](https://mongodb.github.io/node-mongodb-native)~~ | ~~[express-session](https://www.npmjs.com/package/express-session)~~ \u003cbr\u003e ~~[yar (Hapi)](https://www.npmjs.com/package/yar)~~ | ~~[Validator](https://www.npmjs.com/package/validator)~~ | [Jest](https://www.npmjs.com/package/jest)\n\n#### 📦 Built-in Packages\n\n* [Boom](https://www.npmjs.com/package/boom)\n* [Dotenv](https://www.npmjs.com/package/dotenv)\n* [SuperTest](https://www.npmjs.com/package/supertest)\n\n#### 🤓 Wily Tech\n\n* [TypeScript](https://www.npmjs.com/package/typescript)\n* [oclif](https://www.npmjs.com/package/oclif)\n* [Inquirer.js](https://www.npmjs.com/package/inquirer)\n\n[travis-badge]: https://travis-ci.com/alexpereira/wily.svg?branch=master\n[travis]: https://travis-ci.com/alexpereira/wily\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[prs]: http://makeapullrequest.com\n[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square\n[license]: https://github.com/alexpereira/wily/blob/master/LICENSE\n\n## Development (Contribute!)\n\nIf you're interested in contributing to this project, then THANK YOU! I appreciate your interest :) You can contribute to this project by working on any of the [open issues](https://github.com/alexpereira/wily/issues). You can also see which issues are not in progress on the [development](https://github.com/alexpereira/wily/projects/1) board.\n\nLastly, I am here to help. Please reach out with any questions. I appreciate all contributions no matter how big or small.\n\nDiscord server: https://discord.gg/Dze88Pe\n\n#### Getting Started\n\n- Fork \u0026 clone this project\n- Next, you will need to [Install TypeScript](https://www.typescriptlang.org/)\n- That's it! Now you can compile this project in watch-mode by running ```tsc -w```\n\n#### Testing your contributions\n\n- Run ```cp tests/apis/.env.sample tests/apis/.env``` to create a copy of the dotenv sample file for tests\n- Fill out the newly created dotenv file with your own values \u0026 credentials (e.g. database hosts, users and passwords)\n- Run ```npm test```\n\nNOTE: Do not modify ```tests/apis/.env.sample``` as it can expose your personal credentials if you include it in your commits\n\n#### Suggested reads:\n\n- [Your first open source contribution: a step-by-step technical guide](https://medium.com/@jenweber/your-first-open-source-contribution-a-step-by-step-technical-guide-d3aca55cc5a6)\n- [Visual Studio Code TypeScript Development](https://code.visualstudio.com/docs/languages/typescript)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexpereira%2Fwily","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexpereira%2Fwily","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexpereira%2Fwily/lists"}