
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
generator-cfml-mvc
Advanced tools
A Yeoman generator for scaffolding modern ColdFusion apps.
npm install -g yonpm install -g generator-cfml-mvcyo cfml-mvc and follow the promptsThe generator will create /app folder that will be the base of the application for FW/1 and DI/1.
Two runtime environments are supported, development (dev) and production (prod). If 'dev' is found in the URL, e.g. http://dev.myproject.com the environment is set to 'dev'. If 'dev' is not found the application is set to 'prod'. This also determines what configuration settings to load from /config/config.json.
The /config/config.json file is read during setupApplication() and will load the setting for the current environment into application.config. This is a good place to keep admin email addresses, API keys, etc. You may want to take precautions to prevent this file from being viewable in a browser for security purposes.
A default layout will be generated with a simple bootstrap layout that loads all front-end components defined in bower.json.
Includes jshint, uglify, cssmin, and imagemin. It will watch for changes in all relevant files located in /assets/src and minimize to /assets/dist.
If you define the 'assetsFolder' properly for each environment in the config.json file, you can load resources specific to your environment. For example <script src='assets/#application.config.assetsFolder#/js/myfile.js'></script> will load the minified file in production, but load your full source in development (helpful when troubleshooting js errors).
Choose from Bower or NPM to manage your front-end dependencies. By default, Bootstrap, jQuery, and Font Awesome will be included. If using Bower, files will be installed to /assets/components and if using NPM files will be installed in the node_modules folder.
You may also opt-out of using a front-end dependency manager by choosing 'None'.
--skip-install
Avoid running Bower and NPMContributions are welcome! Feel free to fork this repo and send pull requests. Disussions regarding bugs, ideas, and ways to improve the project can take place in issues
FAQs
A ColdFusion MVC generator for Yeoman
The npm package generator-cfml-mvc receives a total of 0 weekly downloads. As such, generator-cfml-mvc popularity was classified as not popular.
We found that generator-cfml-mvc 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.