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-dmninteractives
Advanced tools
Yeoman generator for interactive pages at The Dallas Morning News
A Yeoman generator for DMN-flavored "interactive" pages with easy publishing.
Translation: A simple app that helps speed up developing a custom "interactive" page using our DMN house template.
See the wiki for complete instructions on using the app.
brew install node
brew install git
git-secrets
- brew install git-secrets
Install global dependencies, including Yeoman and the generator.
$ npm install -g gulp-cli yo
$ npm install -g --production generator-dmninteractives
(The --production
flag is optional, but prevents your global Node modules folder from getting confused by the dev tooling for the generator)
Create a clean directory for your project in your terminal.
$ mkdir your-app-directory
$ cd your-app-directory
Run the generator in your new project directory.
$ yo dmninteractives
The generator will set up your working directory, install dependencies, copy template files and scripts, start a local webserver and open your browser.
Be sure to fill out the meta.json
file to correctly complete metatags in the template.
The generator uses gulp, a node-based task runner, to watch your directories for changes as you code, render templates, prepare static files and start a local webserver to preview your project in the browser.
To work on your project, launch gulp in your app's root directory:
$ gulp
Your project is separated into two main directories:
src
dist
The src
directory is your working directory. You'll write all your code and place all necessary static assets in this directory.
The dist
directory includes transpiled SCSS, minified JavaScript and responsive images. Gulp serves a live preview of your page from this folder.
Execute one of the gulp publish commands to publish to either the test or production directory of the bucket:
gulp publish
gulp publish-test
[0.8.9] - 2020-07-20
FAQs
Yeoman generator for interactive pages at The Dallas Morning News
The npm package generator-dmninteractives receives a total of 25 weekly downloads. As such, generator-dmninteractives popularity was classified as not popular.
We found that generator-dmninteractives demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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.