WezomCompany / typescript-lib-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DISCLAIMER

This template is a solution to specific needs that are relevant for us now.
It does not pretend to be a comprehensive use for all cases.

The template uses what we consider to be the best libraries at the moment.

The template may change in the future!
Use it at your own risk.

Initialize this template

pnpm install
pnpm run init

After everything is done - commit the changes and push them to git.
Then start developing your library.

Initialization process

  1. Get all available static information about the current repository:
    • Git repository owner
    • Git repository name
    • Folder name
    • Current year for license
  2. Run the interactive menu for clarification the collected information and for asking additional questions to obtain information that cannot be obtained from static code
    • Package name (default: folder name)
    • Package description (default: empty)
    • Package version (default: 0.0.0-alpha.0)
    • Package author (default: git user name)
    • Package author email (default: git user email)
    • Repository URL (default: git repository URL)
    • License owner (default: git user name)
  3. Replace all text markers in the templates with the collected information
    • <root_dir>/LICENSE
    • <root_dir>/package.json
    • <root_dir>/README.md
  4. Clean current README.md
    • Cut off all text before the line with the marker "CUT OFF HERE"
  5. Delete the initialization sources
    • delete <root>/src/init folder
    • delete unneeded dependencies from package.json

{#PACKAGE_NAME#}

NPM version badge NPM license badge CI Test and Build

{#PACKAGE_DESCRIPTION#}

Coverage

Statements Branches Functions Lines
Statements Branches Functions Lines

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 95.0%Language:TypeScript 5.0%