CrowdHailer / raxx

Interface for HTTP webservers, frameworks and clients
https://hexdocs.pm/raxx
Apache License 2.0
402 stars 29 forks source link

raxx_kit helpful start up #93

Closed CrowdHailer closed 6 years ago

CrowdHailer commented 6 years ago

The Tokumei project is going to be renamed -> Raxx Kit or Raxx Gen or Raxx New

Dropping the Tokumei name is helpful as the scope of the project has changed. There is no longer a "framework" only some help setting up a raxx project. To encourage simplicity I do not want to support another layer on top of Raxx. However it is probably useful for new comers to quickly set up a standard set of middleware. But using a name raxx_something we should be keeping the focus on raxx

Features

`mix archive.install https://github.com/CrowdHailer/raxx/tree/0.14.9/raxx_kit.ez

API generator

mix raxx.api my_app --docker --api-blueprint --mod MYAPP`

options:

WWW generator

mix raxx.www my_app --docker --api-blueprint --mod MYAPP`

Run from docker

docker run -v $(pwd):/tmp raxx/kit api my_app OR docker run -v $(pwd):/tmp raxx/kit my_app --type api

CrowdHailer commented 6 years ago

Done https://github.com/crowdhailer/raxx_kit