Skip to content

salesforcecli/test-library-release

test-library-release

Template npm library for Salesforce CLI and VSCode Extensions

NPM Downloads/week License

Using the template

Foo1

This repository provides an opinionated template for an npm library that will be consumed primarily by the Salesforce CLI and VSCode Extensions.

This was created for internal use, but could be modified for use outside of Salesforce.

  1. Please get in touch with the Platform CLI team. We want to help you develop your library.

  2. Generate your library:

    sf dev generate library
    # Answer prompts
    
    git init -b main
    git add . && git commit -m "chore: initial commit"
    
  3. Create your library's repo in the github org of your choice

  4. When you're ready, replace the contents of this README with the information you want.