0.3.3 • Published 7 years ago

generator-feather v0.3.3

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

generator-feather

stability-experimental CircleCI Build status codecov

Yeoman project for setting up a modern build setup for Sitefinity Feather.

Features

  • Webpack with support for SASS, ES5 with babel, Spritesmith and image optimization
  • Support for Bootstrap/Foundation/SemantecUi/Minimal Feather packages
  • Support for previous version of sitefinity/feather
  • Webpack Dev Server with support for setting up inline hot reloading

Requirements

Where to install

It is assumed that you will be installing feather to ~/ResourcePackages.

Installing

You can being by simply typing yo and follow the prompts to install feather.

Or you run the following to first install it globally then start the install

yarn global add generator-feather
yo feather

Once you begin, you may choose which framework you want and which version of feather you want.

Tasks

Once installed, you will now be able to use yarn to run your project's tasks.

  • yarn run build - Uses webpack to compile out to /assets
  • yarn run build:dev - Builds a development version to disk
  • yarn run dev - Starts up a local dev server for the project on http://localhost:8080/
  • yarn run lint - Lint for code issues using eslint
  • yarn run lintfix - Fix linting issues
  • yarn run test - Built in mocha and unit tests to get you going

Build System Explained

The build system is built around Webpack and uses Yarn to manage your dependencies. By default all your code is contained in the src/ folder and starts with src/js/app.js as it's entry point.

More Information

If anything here is confusing or you have an issue, feel free to open an issue on github or check the wiki for help.

0.3.3

7 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago