Skip to content

jfallaire/generator-ps-search-ui-sfdc

Repository files navigation

generator-ps-search-ui-sfdc

Build Status npm version

ps-search-ui-sfdc generator generating a nodejs module as development environment to interact with the Coveo JS Search UI framework

Solutions Specialist, you've been served!

Getting started

  • Install: npm install -g generator-ps-search-ui-sfdc
  • Run: yo ps-search-ui-sfdc

Commands

  • yo ps-search-ui-sfdc shows a wizard for generating a new nodejs module specific for a customer

What do you get?

Scaffolds out a complete generator directory structure for you:

<CustomerName>-search-ui
├── LICENSE
├── README.md
├── config
│   ├── config.development.js
│   ├── config.global.js
│   ├── config.production.js
│   ├── config.uat.js
│   └── index.js
├── gulpTasks
│   ├── compile.js
│   ├── css.js
│   ├── dev.js
│   ├── prettify.js
│   ├── setup.js
│   └── sfdc.js
├── gulpfile.js
├── iisnode.yml
├── middleware.js
├── package.json
├── passports.js
├── public
│   ├── css
│   ├── image
│   ├── js
│   └── vendor
├── routes
│   ├── authentication.js
│   ├── errors.js
│   └── pages.js
├── sass
│   ├── AgentBox.scss
│   ├── PilotSearch.scss
│   └── ui
├── server.js
├── sfdc
│   ├── aura
│   ├── components
│   └── pages
├── src
│   ├── Index.ts
│   ├── SwapVar.ts
│   ├── <CustomerName>Core.ts
│   ├── custo
│   ├── events
│   ├── ui
│   └── utils
├── tsconfig.json
├── utils
│   ├── cloudplatformAPI.js
│   ├── routesUtils.js
│   └── sessionUtils.js
├── vendor
│   ├── coveo
│   ├── coveo-lightning
│   ├── coveo-ps
│   ├── salesforce
│   └── salesforce-ux
├── views
│   ├── pages
│   └── partials
├── web.config
└── webpack.config.js

Refer to our documentation to learn more about creating a Yeoman generator.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •