GithubHelp home page GithubHelp logo

kenanpulak / lumber Goto Github PK

View Code? Open in Web Editor NEW

This project forked from forestadmin/lumber

0.0 1.0 0.0 5.38 MB

Create your backend application in minutes.

License: MIT License

Dockerfile 0.01% TSQL 99.64% JavaScript 0.35%

lumber's Introduction

Lumber

Lumber logo

Lumber is a CLI tool that helps you create your backend application in minutes. At its core, Lumber has been designed with a modular architecture that leverages a set of plugins.

For example, it takes one command to get a REST API, a GraphQL API or a fully operational Admin Panel.

Install

npm install -g lumber-cli -s

Plugins

Plugin Description
lumber-forestadmin Install Forest Admin to get an off-the-shelf admin panel based on a highly-extensible API.
lumber-graphql Generate a GraphQL API.
lumber-jwt Add a JWT authentication middleware.

See it in action

$ npm install -g lumber-cli -s
$ lumber generate -c postgres://erlich:aviato@localhost:5432/meals Meals

$ cd Meals/ && npm install -s
$ npm start

Your application is listening on port 3000.

Finally, visit http://localhost:3000.

Commands

$ lumber [command]

  • generate <appName> generate a backend application with an ORM/ODM configured.
  • update update your models's definition according to your database schema
  • install <package> install a Lumber plugin.
  • run <plugin:cmd> run a command from a Lumber plugin.
  • help [cmd] display help for [cmd]

Community

๐Ÿ‘‡ Join our Slack community of +1000 developers

License

GPL

Contribute

To publish the docker image:

docker build -t forestadmin/lumber .
docker login
docker push forestadmin/lumber

lumber's People

Contributors

seyz avatar arnaudbesnier avatar arnaudvalensi avatar larcin avatar root-io avatar louisteenbrink avatar lucasscariot avatar alanrsoares avatar dtt101 avatar lauriejim avatar tlapuste avatar vincentmolinie avatar zmarouf avatar marcperrinp avatar moflo avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.