New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generator-feather

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-feather

A generator for sitefinity-feather builds

  • 0.3.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
30
increased by400%
Maintainers
1
Weekly downloads
 
Created
Source

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

  • Sitefinity 9.2
  • NodeJS 4 or later (6 Recommended)
  • Yarn
  • Yeoman - yarn global add yo

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.

Keywords

FAQs

Package last updated on 06 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc