All Projects → foundeo → Cfmlstats

foundeo / Cfmlstats

Licence: gpl-3.0
Parses your CFML code base and gives you stats

Projects that are alternatives of or similar to Cfmlstats

cfml-security-training
An INSECURE example website for use in CFML security training.
Stars: ✭ 26 (+160%)
Mutual labels:  coldfusion
Lucee
Lucee Server is a dynamic, Java based (JSR-223), tag and scripting language used for rapid web application development. Lucee simplifies technologies like webservices (REST, SOAP, HTTP), ORM (Hibernate), searching (Lucene), datasources (MSSQL, Oracle, MySQL and others), caching (infinispan, ehcache, and memcached) and many more. Lucee provides a compatibility layer for Adobe ColdFusion © CFML using less resources and delivering better performance.
Stars: ✭ 719 (+7090%)
Mutual labels:  coldfusion
Cfeosocial
cfeoSocial is a set of gateways/test pages to integrate with Social Media APIs (Google,LinkedIn,Facebook).
Stars: ✭ 8 (-20%)
Mutual labels:  coldfusion
monkehTweets
A ColdFusion wrapper to interact with the Twitter API (with OAuth integration)
Stars: ✭ 52 (+420%)
Mutual labels:  coldfusion
Muracms
Mura | Digital Experience Platform | Headless CMS
Stars: ✭ 267 (+2570%)
Mutual labels:  coldfusion
Birthdayreminder v0.2.0
Stars: ✭ 5 (-50%)
Mutual labels:  coldfusion
cfml-tags-to-cfscript
A collection of examples defining how to convert CFML code blocks written in tags to CFScript.
Stars: ✭ 30 (+200%)
Mutual labels:  coldfusion
Introtogit
Intro to Git presentation materials
Stars: ✭ 9 (-10%)
Mutual labels:  coldfusion
Fw1
FW/1 - Framework One - is a lightweight, convention over configuration, MVC application framework for ColdFusion / CFML.
Stars: ✭ 371 (+3610%)
Mutual labels:  coldfusion
Bernoutjethol
Stars: ✭ 8 (-20%)
Mutual labels:  coldfusion
TestBox
TestBox is a next generation testing framework for ColdFusion (CFML) that is based on BDD (Behavior Driven Development) for providing a clean obvious syntax for writing tests. It also includes MockBox, our mocking and stubbing framework.
Stars: ✭ 54 (+440%)
Mutual labels:  coldfusion
lucee-docs
Source and build scripts for Lucee's documentation.
Stars: ✭ 39 (+290%)
Mutual labels:  coldfusion
Db Dot Cfc
Enhances cfquery by analyzing SQL to enforce security & framework conventions.
Stars: ✭ 5 (-50%)
Mutual labels:  coldfusion
core
FarCry Core: a web app framework for the ColdFusion language (supporting Lucee & Adobe ColdFusion engines). An ideal platform for building bespoke or tailor made solutions.
Stars: ✭ 34 (+240%)
Mutual labels:  coldfusion
Forecastcfml
a cfml wrapper for Forecast.io api
Stars: ✭ 8 (-20%)
Mutual labels:  coldfusion
cfwheels-example-app
A CFWheels 2.x App with user management, role based permissions and password resets
Stars: ✭ 17 (+70%)
Mutual labels:  coldfusion
Cfmessenger v0.2.0
Stars: ✭ 5 (-50%)
Mutual labels:  coldfusion
Mobilemura
MobileMura is a plugin that adds advanced mobile features to Mura CMS.
Stars: ✭ 9 (-10%)
Mutual labels:  coldfusion
Docker Lucee Mysql
Starter project for running CFML Applications in Dev & Production on Lucee & MySQL.
Stars: ✭ 9 (-10%)
Mutual labels:  coldfusion
Lucee Aws
Lucee extension to provide simpler access to common AWS commands through the AWS SDK
Stars: ✭ 24 (+140%)
Mutual labels:  coldfusion

cfmlstats

Parses your CFML code base and gives you stats

Running it

Clone this repository from github:

git clone https://github.com/foundeo/cfmlstats.git
cd cfmlstats

Next you need to install the dependencies it requires cfmlparser and cfdocs.org. The easiest way to install them is to use CommandBox and run the following from the root:

box install

Now either place the directory anywhere under a web root, or use a commandbox embedded CFML server, like this:

box server start

What kind of stats does it produce?

  • Number of CFML Files in directory
  • Lines of Code
  • Number of Script vs Tag CFCs
  • Number of Application.cfc or Application.cfm files
  • List of CFML tags used sorted by usage count
  • List of CFML functions used sorted by usage count
  • Identifies Deprecated / Removed tag or function use (relies on the cfdocs.org repository)
  • Minumum Version of ColdFusion for tags / functions
  • Identify tags / functions used that are not supported in either Adobe ColdFusion or Lucee
  • Other handy info
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].