@torian12321/js-library-template - v0.0.3-alpha.4
    Preparing search index...

    @torian12321/js-library-template - v0.0.3-alpha.4

    build status GitHub release

    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:

    • Add JSDoc comments rules.
    • Add test coverage. (100% is required)
    • Add function to 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

    Usage

      1. Generate a .npmrc file based on the provided .npmrc.example. Details
    npm install @torian12321/js-library-template --save-dev