generator-websemble

2.6.1 • Public • Published

generator-websemble NPM version Build Status Dependency Status Coverage percentage

Websemble app generator.

Installation

First, install Yeoman and generator-websemble using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-websemble

Getting started

First, create your project folder and cd into it.

mkdir MyProject
cd MyProject

Websemble is meant to work with Bootstrap, in the future other frameworks. Create your Bootstrap configuration and give the generated configuration file as argument to Websemble. Inside you project directory do the following:

yo websemble ../path/to/bootstrap/config.json

You will be prompted to give your new application details. Choose Bootstrap as your framework. One the generator is done, execute the following:

gulp

This will compile your application creating a build directory. One this is done, execute the following:

cd build
npm start

You should see your application running with Electron. To learn more about Websemble you can visit the Github repository wiki.

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

Apache-2.0 © Javier Escobar

Package Sidebar

Install

npm i generator-websemble

Weekly Downloads

1

Version

2.6.1

License

Apache-2.0

Last publish

Collaborators

  • cybersettler