@salesforce/test-library-release
v0.0.19
Published
Testing releasing of a library that was generated with 'dev generate library'
Downloads
88
Maintainers
Keywords
Readme
test-library-release
Template npm library for Salesforce CLI and VSCode Extensions
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.
Please get in touch with the Platform CLI team. We want to help you develop your library.
Generate your library:
sf dev generate library # Answer prompts git init -b main git add . && git commit -m "chore: initial commit"
Create your library's repo in the github org of your choice
When you're ready, replace the contents of this README with the information you want.