JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q27939F
  • License ISC

A tool to convert and manage your SSL certificates efficiently.

Package Exports

  • sslkit
  • sslkit/dist/library.es.js
  • sslkit/dist/library.umd.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sslkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CLI Library Template

English | 简体中文

Development

Modify parameters such as name, description, bin, keywords, author in package.json.

Add business logic in the index.ts file.

Call the functions in index.ts in cli.ts.

Testing

Execute the packaging command pnpm build.

Execute the functional test command node./dist/cli.js.

Publishing

Execute npm publish. During the process, operations such as login authorization and selection of version information are required.