Skip to content

hbi99/defiant.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DefiantJS provides the ability for you to build smart templates applicable on JSON structures, based upon proven & standardized technologies such as XSLT and XPath.

For documentation and live jupyter code blocks, please visit defiantjs.com

Installation from npmjs.com

Notice that installation requires "defiant.js" and not "defiant". This is due to the account of "kstngroup" has published it on npmjs.com. Making your project dependant to "defiant" might result in security issues in the future since I do not control the namespace of "defiant".

  • Correct way to install
npm install defiant.js
  • Wrong way to install
npm install defiant