Skip to content

Demonstrates how to generate CRMScript intellisense file from CRMScript reference documentation.

License

Notifications You must be signed in to change notification settings

SuperOffice/devnet.crmscript.intellisense.generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DevNet CRMScript Intellisense Generator

Demonstrates how to generate CRMScript intellisense file from CRMScript reference documentation.

Getting started

  1. Fork or clone this repo

    git clone https://github.com/SuperOffice/devnet.crmscript.intellisense.generator.git
    
  2. Fork or clone the superoffice-docs repo

    git clone https://github.com/SuperOfficeDocs/superoffice-docs.git
    
  3. Enter the intellisense generator directory and run dotnet build

  4. Navigate into the build output directory and execute the application.

    .\devnet.crmscript.intellisense.generator.exe "destination file path" "source folder path"
    

    Example:

    .\devnet.crmscript.intellisense.generator "C:\\temp\\ejscriptIntellisense.js" "C:\git\superoffice-docs\docs\automation\crmscript\reference"
    

About

Demonstrates how to generate CRMScript intellisense file from CRMScript reference documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages