1.7.12 • Published 3 years ago

@laborit-dev/chatbot-zero v1.7.12

Weekly downloads
50
License
-
Repository
-
Last release
3 years ago

Zero App Client


:rocket: Builds Status

Master:

pipeline status

Development:

pipeline status

:nail_care: Test Coverage

Master:

coverage report

Development:

coverage report


:memo: Documentation

Requirements

Stack


Environment Variables

Application variables

Set Application variables in the .env file

  • NODE_ENV
  • ENV
  • DEV (changes the development mode for the use of the library)
  • NPM_TOKEN (token do publish in npm)

Initialization

git clone git@gitlab.com:laborit/zero-client.git
cd zero-client/
cp .env.sample .env
npm i
npm run dev

Testing library to localhost

Changes the development mode for the use of the library

npm run build:lib
npm run dev:browser

Build

Build library to production

npm run build:lib

output path /lib

Build client to production

npm run build:dist

output path /dist


Testing

Using jest with enzyme and chai (see examples on ./src/**/*.spec.js)

npm test
npm run test:coverage

Linting

Using eslint

npm run lint

Deploy

NPM package

Locally

Logged in at NPM with your user

Build the library

npm run build:lib

Update package version:

npm version major | minor | patch

see more details in npm-version

Publish the package

npm publish

With Gitlab CI

Set the npm token on gitlab ci environment variable NPM_TOKEN

Before commit, update package version:

npm version major | minor | patch

see more details in npm-version

After than, commit to branch master:

git push origin master

Why?

It removes all original styling and ensures that all outputted code conforms to a consistent style.

As you can see, these two tools we make sure our codebase is consistent across all developers, IDE's and operating systems. Make sure you have them properly configurated on your IDE before starting writing code.

Useful references & links

1.7.12

3 years ago

1.6.11

3 years ago

1.5.11

3 years ago

1.4.11

3 years ago

1.4.10

3 years ago

1.4.9

3 years ago

1.4.8

4 years ago

1.4.7

4 years ago

1.3.7

4 years ago

1.2.7

4 years ago

1.1.7

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.3-beta

4 years ago

0.1.4-beta

4 years ago

0.1.1-beta

4 years ago

0.1.2-beta

4 years ago

0.1.5-beta

4 years ago

0.1.0-beta

4 years ago

0.0.11-beta

4 years ago

0.0.10-beta

4 years ago

0.0.8-beta

4 years ago

0.0.9-beta

4 years ago

0.0.7-beta

4 years ago

0.0.5-beta

4 years ago

0.0.4-beta

4 years ago

0.0.3-beta

4 years ago