Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graysonhicks/generator-flyweight
Ultra-lightweight Yeoman generator. No frameworks. Just jQuery, Bootstrap, Underscore and file scaffolding.
https://github.com/graysonhicks/generator-flyweight
bootstrap jquery lightweight sass scaffolding underscore webpack yeoman yeoman-generator
Last synced: about 1 month ago
JSON representation
Ultra-lightweight Yeoman generator. No frameworks. Just jQuery, Bootstrap, Underscore and file scaffolding.
- Host: GitHub
- URL: https://github.com/graysonhicks/generator-flyweight
- Owner: graysonhicks
- Created: 2016-03-19T01:19:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T03:32:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T19:16:46.194Z (about 1 month ago)
- Topics: bootstrap, jquery, lightweight, sass, scaffolding, underscore, webpack, yeoman, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 361 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Flyweight Yeoman Generator
An ultra-lightweight Yeoman generator for simple web projects. No frameworks, just jQuery, Bootstrap, Underscore, and scaffolding
### What is Included
* Sass
* jQuery
* Underscore
* Bootstrap 4### Installation & Usage
To install:
```sh
npm install -g generator-flyweight
```To update:
```sh
npm update -g generator-flyweight
```This is used like any other Yeoman generator. Simply navigate to your new project folder and run:
```sh
# Important: *run this inside the project directory*
yo flyweight
```## npm Tasks
Included webpack. Run `npm run start` to start webpack-dev-server with hot module reloading.