Common tasks used during development of PixelOven


License
MIT
Install
npm install @pixeloven/tasks@6.0.0-beta.9

Documentation

PixelOven Framework

This project is a mono-repo designed to contain several packages that in combination make up the PixelOven Framework. Below are instructions on how to contribute to this project as well as directions on how to integrate each individual package into existing projects.

CircleCI Coverage Status Dev Dependencies styled with prettier Donate

Table of Contents

Requirements

This project has the following requirements for development. Keep in mind that the versions provided are a recommendation while other versions may be compatible they are untested.

  • Node >= 8.0.0
  • Yarn >= 1.0.0

Integration

TBD Link to each package here.

For existing projects please review our integration guide for more details.

Contribution

TBD Link to template directory with instructions for creating new template.

This project was born from a small collective effort within GoFundMe with the purpose to abstract common configuration and infrastructure used in the creation of isomorphic React applications. However, for this project to be even more successful we need your help. Join us and start coding! ❤️

Please consider reviewing our contribution guide for more details.

Features

TBD Add feature summary plus below might be inaccurate

Git Hooks

There is already set a precommit hook for formatting your code with Prettier 💅

By default, there are two disabled git hooks. They're set up when you run the npm run semantic-release-prepare script. They make sure:

This makes more sense in combination with automatic releases.

Improvements

Below are just some of the up coming ideas for improvements.

Our Commitment

We are committed to providing a safe place for everyone. Please review our code of conduct guidelines to help us with our commitment. Thank you!

Planned v6

  1. Move generators to use gluegun
  2. Unify all logging and make json logging a thing
  3. Remove react-dev-utils
  4. Add help to CLI and documentation
  5. Reach 90-100% test coverage
  6. node-mocks-http replace with supertest
  7. Make client/server compilation configurable - we want to be able to use webpack in a library sense too
  8. Remove TypeDocs option for now... need to find a better solution (http://caolan.github.io/async/v3/). Make Github addon work
  9. Get audit into build and make sure it passes without critical

Planned v7

  1. Add static site generation support
  2. Add support for PWA
  3. Remove semantic UI deps in main example
  4. Break middleware up into smaller packages
  5. Create component library for the server side components and views
  6. Make @core wrap super common deps and @tasks a simple local cli wrapper with no deps
  7. Make smaller dep core addons
  8. Break webpack config into smaller parts - reuse between storybook and webpack compiler

Planned v8

  1. Create a unified configuration (perhaps an addon?) for the CLI
  2. Create a env addon for the CLI for those who wish to pull .env from a file (based on @env)
  3. Create our own all in one dashboard like Jarvis + BundleAnalyzerPlugin + console (read only)
  4. Create a commit CLI wrapper for commit lint... with config for both citizen and commitlint
  5. Update examples to be more specific