0.0.15 • Published 9 years ago

generator-brightspot-silhouette v0.0.15

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

generator-brightspot-silhouette

Brightspot Silhouette is a project scaffolding tool geared toward front-end web development. At the start of your Brightspot project, it's meant to get you up and running quickly by automating the inclusion of a standard front-end toolchain, a standard structure of directories and a baseline of conventions.

Here's what you can expect Silhouette to scaffold and install:

  • README.md
  • .editorconfig
  • .gitignore
  • .jshintrc
  • favicon.ico
  • package.json
  • ES6 and System.js support
  • jspm
  • A Javascript application bootstrap
  • An example Javascript module
  • the following directory structure under:
src/main/webapp
   |-assets
   |---fonts
   |---images
   |---js
   |-----components
   |---styles
   |-----components

Installing

First, you'll need to download and build a copy of Brightspot You can follow the quick install instructions if you'd like. At this time, they are the following:

mvn archetype:generate -B \
    -DarchetypeRepository=http://public.psddev.com/maven \
    -DarchetypeGroupId=com.psddev \
    -DarchetypeArtifactId=cms-app-archetype \
    -DarchetypeVersion=3.0-SNAPSHOT \
    -DgroupId=com.project.foo \
    -DartifactId=fooProject

Since Silhouette is a Yeoman generator, you'll need to install Yeoman and then install the Silhouette generator.

$ npm install -g yo
$ npm install -g generator-brightspot-silhouette

Running

At the root of your Brightspot project, run the following command:

$ yo brightspot-silhouette <<YOUR_APP_NAME>>

Roadmap

  • CSS pre-processor scaffolds
    • Less
    • Sass
  • Build scaffolds
    • grunt
    • gulp

License

MIT

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago