@gruzf/numen-lib
TypeScript icon, indicating that this package has built-in type declarations

2.0.11 • Public • Published

numen LIB

numen lib

Version Version Downloads Company

NUMEN LIB will help you init your library using typescript. Based on the @gruzf/numen-cli and @gruzf/numen

Install

npm install -g @gruzf/numen-cli

or

yarn global add @gruzf/numen-cli

Usage

numen-lib create

npx @gruzf/numen-lib create

After initializing the project, compile it

npm run start

and use it from compiled folder (lib as default)

import yourFunction from "./lib";

Options

example

Initialize example folder

numen-lib create -e

Publishing

For publishing, numen lib uses semantic-release configured for GitLab and commitlint. You just need to set secret variables in GitLab CI/CD and run your code, after successful completion of the pipeline, your library will be published on npm

/@gruzf/numen-lib/

    Package Sidebar

    Install

    npm i @gruzf/numen-lib

    Weekly Downloads

    1

    Version

    2.0.11

    License

    MIT

    Unpacked Size

    39.4 kB

    Total Files

    45

    Last publish

    Collaborators

    • vgevorgyan