![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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 0 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.