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.