Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
generator-feather
Advanced tools
Yeoman project for setting up a modern build setup for Sitefinity Feather.
It is assumed that you will be installing feather to ~/ResourcePackages
.
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.
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 diskyarn run dev
- Starts up a local dev server for the project on http://localhost:8080/yarn run lint
- Lint for code issues using eslintyarn run lintfix
- Fix linting issuesyarn run test
- Built in mocha and unit tests to get you goingThe 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.
If anything here is confusing or you have an issue, feel free to open an issue on github or check the wiki for help.
FAQs
A generator for sitefinity-feather builds
The npm package generator-feather receives a total of 17 weekly downloads. As such, generator-feather popularity was classified as not popular.
We found that generator-feather demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.