Package Exports
- template-npmjs
- template-npmjs/dist/index.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 (template-npmjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
template-npmjs
Template to create a new npmjs lib
Installation
npm install fictum
// javascript
const templateNpmjs = require('template-npmjs')// typescript
import templateNpmjs from 'template-npmjs'// Calling example1 function
templateNpmjs.greeter('Johnn Doe') // Hello John Doe!Circleci config
- Go to "Organization Settings" / "Security" and set "Allow Uncertified Orbs" to "Yes"
- Go to "Project Settings" / "SSH Keys" and add a "User Key"