Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Verb's Yeoman generator for a static web app

License

Notifications You must be signed in to change notification settings

studioverb/generator-verb-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-verb-webapp

Verb's Yeoman generator for a static web app.

Features

Requirements

  1. Node >=v6.1.0

Structure

.
+-- .buildpacks
+-- .editorconfig
+-- .gitignore
+-- .jshintrc
+-- .nvmrc
+-- .secrets
+-- app
|   +-- documents
|   +-- fonts
|   +-- images
|   +-- javascripts
|   |   +-- application.js
|   +-- stylesheets
|   |   +-- base
|   |   |   +-- definitions.sass
|   |   |   +-- layout.sass
|   |   |   +-- palette.sass
|   |   |   +-- typography.sass
|   |   +-- views
|   |   |   +-- errors.sass
|   |   |   +-- home.sass
|   |   +-- application.sass
|   +-- templates
|   |   +-- layouts
|   |   |   +-- base.jade
|   |   |   +-- page.jade
|   |   +-- views
|   |   |   +-- 404.jade
|   |   |   +-- 500.jade
|   |   |   +-- index.jade
|   +-- videos
|   +-- apple-touch-icon-180x180-precomposed.png
|   +-- apple-touch-icon-152x152-precomposed.png
|   +-- apple-touch-icon-144x144-precomposed.png
|   +-- apple-touch-icon-120x120-precomposed.png
|   +-- apple-touch-icon-114x114-precomposed.png
|   +-- apple-touch-icon-76x76-precomposed.png
|   +-- apple-touch-icon-72x72-precomposed.png
|   +-- apple-touch-icon-60x60-precomposed.png
|   +-- apple-touch-icon-57x57-precomposed.png
|   +-- apple-touch-icon-precomposed.png
|   +-- browserconfig.xml
|   +-- favicon.ico
|   +-- favicon.png
|   +-- large.png
|   +-- launcher-icon-0-75x.png
|   +-- launcher-icon-1-5x.png
|   +-- launcher-icon-1x.png
|   +-- launcher-icon-2x.png
|   +-- launcher-icon-3x.png
|   +-- launcher-icon-4x.png
|   +-- manifest.json
|   +-- og-image.png
|   +-- robots.txt
|   +-- square.png
|   +-- tiny.png
|   +-- wide.png
+-- config
|   +-- data
|   +-- locales
|   |   +-- en.json
|   +-- routes
|   |   +-- index.js
|   +-- index.json
+-- node_modules
+-- public
+-- tasks
|   +-- index.js
+-- test
|   +-- index.js
+-- app.js
+-- circle.yml
+-- package.json
+-- README.md

Usage

Install yo and generator-verb-webapp:

$ npm install -g yo generator-verb-webapp

Create a new directory for your project and cd into it:

$ mkdir new-project-name && cd $_ 

Generate the project:

$ yo verb-webapp [app-name]

For details on initial setup procedures of the project, see its generated README.md file.

About

Verb's Yeoman generator for a static web app

Resources

License

Stars

Watchers

Forks

Packages

No packages published