This package has been deprecated

Author message:

Package no longer maintained or used. Please use the new generator-ps-boilerplate-project instead.

generator-ps-search-ui-sfdc

0.3.0 • Public • Published

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.

Package Sidebar

Install

npm i generator-ps-search-ui-sfdc

Weekly Downloads

0

Version

0.3.0

License

Apache-2.0

Unpacked Size

9.37 MB

Total Files

3164

Last publish

Collaborators

  • jfallaire
  • jmdrolet
  • lgcarrier