1.0.32 • Published 5 years ago

@ubidy_devs/node-core v1.0.32

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Ubidy_NodeCore

Nodejs API Core

Clone the project

$ git clone https://github.com/Ubidy/Ubidy_NodeCore.git

Pre-requisite

$ npm i np -g

Installation

$ npm install @ubidy_devs/node-core --save

or

$ yarn add @ubidy_devs/node-core

Upgrade from Node API (usage)

If there's an update in version you need to upgrade the version from the Node API that consume this package.

Step 1

$ yarn upgrade-interactive

Step 2

Select @ubidy_devs/node-core (using space bar) and click enter in windows or return in mac

OR

$ npm update @ubidy_devs/node-core@<SPECIFIC VERSION e.g. 1.2.3>

Check the latest version

Run in Development

This will run the development with build and watch test command

$ yarn dev

Publishing

Step 1 - Commit your changes

$ git add -A .
$ git commit -m "your comment message"
$ git pull origin master
$ git push --set-upstream origin <YOUR-BRANCH-NAME e.g. ROV-GEN-123>

Step 2 - Build a compiled copy

$ npm run build

Step 3 - Create a Pull Request

Create a pull requests from your branch to master branch

Step 4 - Publish a release using np

Note : Please make sure you are in master branch and the codes are updated.

$ npm run release

Change Log

This project adheres to Semantic Versioning.
Every release, along with the migration instructions, is documented on the Github Releases page.

How to generate release notes

$ version=<latest version> npm run release:notes
// e.g.
$ version=1.0.28 npm run release:notes

Want to contribute?

Submit an issue

License

MIT

1.0.32

5 years ago

1.0.31

5 years ago

1.0.30

5 years ago

1.0.29

5 years ago

1.0.28

5 years ago

1.0.27

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago