Template for js-libraries.
Create a new repository and select @torian12321/js-library-template from templates.
Search on the project for any reference to @torian12321/js-library-template and replace it with your library name.
Create your first functions following:
index.ts file if you want to make it accessible.Remove example functions greet.ts, isBoolean.ts, isString.ts and their respective tests files.
Remove JS Library Template Usage block from documentation
.npmrc file based on the provided .npmrc.example. Detailsnpm install @torian12321/js-library-template --save-dev