0.0.20 • Published 2 years ago

denode-seshat v0.0.20

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

Overview

seshat is a library that offers a collection of functions commonly used in Denode backend services.

Install

To use functions in other services, download seshat as a package:

npm i denode-seshat

Local Build And Deploy

To build the project locally and deploy, follow these steps:

1. Build The Project

Run the following command to build the project using Rollup.js, which compiles and generates a bundled version of the project:

pnpm build

This command outputs the compiled code to the "dist" folder, which is used for deployment.

2. Update Package Version:

Open the package.json file and update the version field. For example:

"version": "0.0.12"

Ensure that you increment the version number appropriately.

3. Login to NPM Registry:

Use the following command to log in to the npm registry:

npm login

This command will redirect you to the npm registry. Follow the login process on the browser (contact package owner for login credentials)

4. Publish the New Version:

After successful login, you can publish the new version to NPM with the following command:

npm publish
0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.0

2 years ago