Skip to content

y-lakhdar/generator-ps-search-ui-sfdc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
    |-- .editorconfig
    |-- .gitattributes
    |-- .gitignore
    |-- .travis.yml
    |-- LICENSE
    |-- README.md
    |-- gulpfile.js
    |-- package.json
    |-- tsconfig.json
    |-- webpack.config.js
    |-- config
    |   |-- config.development.js
    |   |-- config.global.js
    |   |-- config.production.js
    |   |-- index.js
    |-- gulpTasks
    |   |-- compile.js
    |   |-- css.js
    |   |-- dev.js
    |   |-- prettify.js
    |   |-- setup.js
    |-- sass
    |   |-- AgentBox.scss
    |   |-- AgentFullSearch.scss
    |   |-- CommunityFullSearch.scss
    |-- src
    |   |-- Index.ts
    |   |-- custo
    |   |   |-- <CustomerName>Custo.ts
    |   |   |-- <CustomerName>Helper.ts
    |   |   |-- <CustomerName>Initialization.ts
    |   |-- events
    |   |   |-- CustomEvents.ts
    |   |-- ui
    |-- vendor
    |   |-- coveo
    |   |   |-- Box
    |   |   |   |-- css
    |   |   |   |   |-- CoveoBoxNew.css
    |   |   |   |-- js
    |   |   |       |-- CoveoJsSearch_Box.d.ts
    |   |   |       |-- CoveoJsSearch_Box.js
    |   |   |       |-- templates
    |   |   |           |-- All.js
    |   |   |           |-- Chatter.js
    |   |   |           |-- Dropbox.js
    |   |   |           |-- Email.js
    |   |   |           |-- GoogleDrive.js
    |   |   |           |-- Jira.js
    |   |   |           |-- Lithium.js
    |   |   |           |-- People.js
    |   |   |           |-- Salesforce.js
    |   |   |           |-- SharePoint.js
    |   |   |           |-- YouTube.js
    |   |   |           |-- box.new.templates.js
    |   |   |-- resources
    |   |       |-- css
    |   |       |-- gulpTasks
    |   |       |-- img
    |   |       |-- js
    |   |-- coveo-ps
    |       |-- CoveoPSComponents.Custom.js
    |       |-- CoveoPSComponents.Custom.js.map
    |-- views
        |-- pages
        |   |-- agent-box.ejs
        |   |-- agent-full-search.ejs
        |   |-- community-search.ejs
        |-- partials
        |-- templates

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

Languages

  • JavaScript 45.9%
  • HTML 34.5%
  • TypeScript 17.0%
  • CSS 2.2%
  • Apex 0.4%