1.0.32 • Published 5 years ago

combust v1.0.32

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Combust

Combust is a command line tool for rapidly creating and prototyping serverless web and mobile apps.

Installation

Due to an issue with node-gyp, we'll need to execute a funky install command.

sudo npm i -g combust --unsafe-perm --allow-root

Setting up

combust create myNewApp
cd myNewApp && npm start

Your app will take you through a setup process once launched, or you can follow along with this video.

Commands

create

combust create

args: app name (optional)

Creates a new project, you'll be prompted to choose a type (web, mobile, or dual platform)

configure

combust configure

args: firebase projectId (optional)

Sets up your project with a firebase database, if no projectId is provided, you'll be prompted to choose one from a list

install

combust install moduleTitle

args: moduleTitle (required)

Installs a combust module (this will alter your project's source code). Available modules can be found here.

generate

combust generate newModule fieldName:dataType fieldName2:dataType

args: moduleTitle (required), list of fieldName:dataType pairs (required)

valid data types: text, string, number, image, and boolean (true/false)

Generates the front-end, data store, and database code for a new feature.

Combust Generate Examples

To create a blogging platform, where blogs can have a title, a body, and a blog image, we would do something like:

combust generate blogs title:string body:text blogImage:image

To create a sports statistics tracking app, if we wanted players with stats, we could do something like:

combust generate players firstName:string lastName:string profileImg:image
bio:text age:number points:number gamesPlayed:number isActive:boolean
1.0.32

5 years ago

1.0.31

5 years ago

1.0.30

5 years ago

1.0.29

5 years ago

1.0.28

5 years ago

1.0.27

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago