Wily

Build Node.js APIs from the command line (Dead Project 😵)
Alternatives To Wily
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tsed2,51628713 days ago842September 27, 202234mitTypeScript
:triangular_ruler: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Next Boilerplate1,438
6 months ago27mitTypeScript
A well-structured production ready Next.js boilerplate with Typescript, Redux, Jest, Enzyme, Express.js, Sass, Css, EnvConfig, Fetch, Reverse Proxy, Bundle Analyzer and Built-in Project CLI. https://pankod.github.io/next-boilerplate/
Mevn Cli772
a year ago54February 28, 202111mitJavaScript
Light speed setup for MEVN(Mongo Express Vue Node) Apps
Curriculum619
17 days ago
Dive into our 7-month web development program covering HTML, CSS, Javascript, Node, and React!
Create Graphql440
3 years agon,ullmitJavaScript
Command-line utility to build production-ready servers with GraphQL.
Home258
6 years ago44other
Project Glimpse: Node Edition - Spend less time debugging and more time developing.
Meituan Backend164
4 years ago10JavaScript
模仿美团外卖后端
Banga Cli137
5 months ago4January 05, 20213mitEJS
BàngáJS is a CLI generator for scaffolding ExpressJS applications with speed and efficiency.
Zoya12123 months ago5August 23, 202011mitTypeScript
Truly highly composable logging utility
Gasket121292 days ago47April 19, 202336mitJavaScript
Framework Maker for JavaScript Applications
Alternatives To Wily
Select To Compare


Alternative Project Comparisons
Readme

NO LONGER ACTIVE!

I am no longer working on this project. Do feel free to fork it though.

wily

Build Status PRs Welcome MIT License

Build Node.js APIs from the command line

Getting Started

Install wily globally: npm install -g wily

Once installed, a new API can be created by calling wily init, like so:

wily gif

✨ Supported & in-progress Features

API Architecture Framework Database ORM ODM Authentication Validation Testing
REST Express MySQL Knex.js Mongoose JWT Joi Mocha
GraphQL hapi MongoDB Sequelize MongoDB Driver express-session
yar (Hapi)
Validator Jest

📦 Built-in Packages

🤓 Wily Tech

Development (Contribute!)

If 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. You can also see which issues are not in progress on the development board.

Lastly, I am here to help. Please reach out with any questions. I appreciate all contributions no matter how big or small.

Discord server: https://discord.gg/Dze88Pe

Getting Started

  • Fork & clone this project
  • Next, you will need to Install TypeScript
  • That's it! Now you can compile this project in watch-mode by running tsc -w

Testing your contributions

  • Run cp tests/apis/.env.sample tests/apis/.env to create a copy of the dotenv sample file for tests
  • Fill out the newly created dotenv file with your own values & credentials (e.g. database hosts, users and passwords)
  • Run npm test

NOTE: Do not modify tests/apis/.env.sample as it can expose your personal credentials if you include it in your commits

Suggested reads:

Popular Command Line Projects
Popular Express Projects
Popular Command Line Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Command Line
Express
Mongodb
Mysql
Rest
Validation
Graphql
Jwt
Jest
Cookie
Mongoose
Mocha
Sequelize
Hapi
Dotenv
Knex
Mongodb Driver