# generator-scissors

> BLLEB - Scissors: A Generator for BLLEB Frontend

Latest version **0.1.5** (published 2014-09-11) · 0 weekly downloads

## Install

```sh
npm install generator-scissors
pnpm add generator-scissors
yarn add generator-scissors
bun add generator-scissors
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.5 |
| Published | 2014-09-11 |
| First published | 2014-09-11 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | abel |
| Keywords | yeoman-generator |

## Links

- npm: https://www.npmjs.com/package/generator-scissors
- npm.io page: https://npm.io/package/generator-scissors

## Dependencies (3)

- [chalk](https://npm.io/package/chalk.md) ^0.5.1
- [colors](https://npm.io/package/colors.md) ^0.6.2
- [yeoman-generator](https://npm.io/package/yeoman-generator.md) ^0.17.5

## Recent versions

- 0.1.5 (latest) — 2014-09-11
- 0.1.4 — 2014-09-11
- 0.1.3 — 2014-09-11

## README

# BLLEB SCISSORS GENERATOR

## What is this
**Scissors** - A generator for BLLEB Frontend

## Install and Use
### Before install the generator:
* Install yeoman: npm install yo -g

### Install the generator
* Install the generator globally: **npm install generator-scissors -g**
* Create a directory where you want to run your app 
* Go inside the directory and run: **yo scissors** 
* A Web App structure is created. 
* Run **npm install** to install dependencies
* To run the app: **npm start**, the app is accessible at localhost:3000
* If you want to run in debug mode **DEBUG=app ./bin/www**

### Update the generator  
If you want to get the last generator version: **npm update generator-scissors -g**

# CONTRIBUTING TO THE GENERATOR
This generator is a work in progress. You can and should contribute.
Create an issue if you think something can be added.

## Frontend Template
The frontend template is at **/app/templates**.  
This template is a working app, you can navigate to the template and test it, add modules, and them update this repo.

## Features
The next section describe the modules and features of the boilerplate app:  

### Development Packages
* Nodemon - watch for changes in files and restart the app
* Grunt - for running tasks [you need to install yourself grunt-cli]
* Mocha - For Unit and Integration Tests

### Packages
* ExpressJS - The mvc Framework
* Express-Handlebars - HandleBars Template Engine for ExpressJS

### Install and Run  
* to run the app in debug mode: DEBUG=app ./bin/www  
* to run the app normally: npm start


### Template App Structure
* **public**
  |___ **css** - the css files
  |___ **js** - the js files
       |___ **vendor** - vendor files, normally from bower packages
       |___ **third_party** - third-party js, normally packages not found in bower or our own plugins
  |___ **images** - the image medias
  |___ **fonts** - the fonts files

---
_Source: https://npm.io/package/generator-scissors · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
