0.2.6 • Published 8 years ago

generator-egg v0.2.6

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

generator-egg

A yeoman generator for egg, a front-end starter kit for Echo & Co.

Very much in development.

Please feel free to take on any of these things below - or add new stuff.

to do

  • Javascript Need to figure out boilerplate js code for integrating new custom bits of js. Also need to consider integrating prototype and a global theme class. Need to connect with @wpatt about this.
    • All custom js will then need to be refactored. Make sure partials can call from eachother (cover/offcanvas/modal all need to work together)
    • a egg:newjs sub generator will then need to be created
  • Moar Usage. I generally need to just use everything more and make more sites. Specifically need to pay attention to:
    • Layout and grid mixins. I think this could be better.
    • Chosen and select element integration. This seems buggy.
    • mobile menus and hamburger icon integration. Seems buggy.
    • Text styles. Always a bit of a pain - consider ways to use yeoman to speed up.
    • Post feilds (filtering interface, subtitle, author, etc.). Consider using yeoman to add.
    • Sass partial folders and Pattern library groupings. Consider renaming these, or bringing them inline with eachother as much as possible.

Phase 2 Considerations

  • Offical Style Guide. It might be a good idea to have a tab in the pattern library for typical style guide type things. Client logo, main typography, colors, etc. Not necessarily web elements or classes, but a general overview of what the look and feel of the organization is. Coule be client facing.
  • Performance Metrics. Currently there is a 'grunt stats' task that will output some stats on the compiled css. I'd love for there to be more stuff here. JS stats, Performance stats, etc. Something that we can use to develop benchmarks. We need to figure out those benchmarks first though - not sure how best to integrate all of this. Seems like a Phase 2 type of thing.
  • Linting.
    • Scss linting. The only grunt plugin for scss-lint requires a ruby dependency - which we don't want.
    • CSS linting. I would love to lint the compiled css to make sure everything is getting outputted properly - but the CSSLint task throws errors on more complicated and modern css properties - rendering it useless (for now at least). Worth checking up on at a future date and integrating back in.
    • JS linting. We currently have jslint integration, but I don't quite understand it. It seems way overly strict. Would like to devote some time to getting this how we need it.
  • Stress testing. It would be great if there was a way to deliver different amounts of content to elements to test how things would look with varrying lengths/types of text of images. Not sure how that would work, but it would be a good feature.

Stuff on hold

  • Critical CSS. This requires scanning a compiled HTML document. Really only possible if doing a simple static site - otherwise this should be a discussion with the backend dev.
  • Uncss. Similar to Critical CSS in that it requires scanning HTML. Discuss with backend dev as necessary.
  • takana. Takana requires v0.12 of node to work properlly. I would love to figure out how to use the most recent version of node (v4) and still have Takana work. This is a Takana issue and not an Egg one ... figured I'd mention it here though.

Contributing

Setup

  • Clone this repo.

  • From the directory root, install dependencies, link to node.

cd path/to/generator-egg
npm install
npm link

Running

  • Start a new terminal session

  • Run the generator by name

yo egg

  • Follow the prompts
0.2.6

8 years ago

0.0.1

9 years ago

0.0.0

9 years ago