bigojs
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i bigojs

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

19.7 kB

Total Files

17

Last publish

Collaborators

  • fabrv