Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 770 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 770 Bytes

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