1.0.2 • Published 4 years ago

bigojs v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Bigo

Mustache based boilerplater and easy generator for server-side websites and applications.

Dependencies

  • Mustache.js
  • Typescript

Install and use

Install

Get Bigo CLI via npm with the following command:

npm install -g bigojs

Start a project

To start a new Bigo project with a default autogenerated application, blank or blog, run the following command:

bigo start myName --type blog

This will generate an application with a Bigo skeleton in a diretory \myName.

Run

The Bigo CLI includes a run command that ultimately runs the main file in the package.json with ts-node.

cd myName
npm run

The project created is a Typescript NodeJs aplication, so there are multiple ways of running the application.

Generate

bigo generate myComponent

This will create the following files:

.
|- myComponent
|  |- myComponent.ts
|  |- myComponent.html

Credits

  • Author: Fabrizio Delcompare - fabrv
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago