1.5.3 • Published 6 years ago

express-router-cli v1.5.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

express-router-cli

This is a tiny utility for testing express routes.

npm install -g express-router-cli
# now the router is installed
❯ router ../mysite/route/api
> Mounted on http://localhost:5001
- http://localhost:5001/
- http://localhost:5001/:year/:slug?

+ watching ../mysite/route/api/*
  • Includes CORS by default
  • Auto selects an open port from 5000 upwards
  • Watches all required files (excluding node_modules) and auto reloads all routes with a visual diff of new or removed routes
  • Unhandled rejections will automatically restart the server, dropping existing (hanging) connections
  • Supports express routes. Possibly other kinds, not sure!

License

1.5.3

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago