Skip to content

A configurable frontend build pipeline that caters for everything from simple SASS compilation only, right through to ES2015 plus React.

License

Notifications You must be signed in to change notification settings

RoSk0/catalyst-frontend

 
 

Repository files navigation

catalyst-frontend

A configurable frontend build pipeline that caters for everything from simple SASS compilation only, right through to ES2015 plus React.

Installation

We assume you have pre-installed node.js (for a Ubuntu package managed version see the package manager instructions) at least version 6.

Install catalyst-frontend for global use (you may need to run this command as root):

npm install -g catalyst-frontend

Usage

From the location where you want your project to be located, generate your new project:

catalyst-frontend

You'll be asked questions about your project and the build pipeline will be built according to your answers.

Note: currently only the Gulp build configuration is available, Webpack will be added soon.

Storing configuration

When you run the generator a .yo-rc.json file will be generated that remembers the answers you provided. If you want to force the project to re-ask you the questions next time, just re-run with the --reconfigure flag set.

catalyst-frontend --reconfigure

License

GPL-3.0 © Jen Zajac

About

A configurable frontend build pipeline that caters for everything from simple SASS compilation only, right through to ES2015 plus React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.8%
  • CSS 5.2%