andt-fuski
TypeScript icon, indicating that this package has built-in type declarations

2.0.5 • Public • Published

andt-fuski

Branch Pipeline Code coverage
master pipeline status coverage report

Demo

Requirements

For building and running the application you need:

Install Deps

Please only use yarn!

yarn

Storybook cmd

build

yarn build-storybook

run

yarn storybook

Publish the lib

the version of the package must be incremented: (bug/improvement -> third decimal) (release -> second decimal)

yarn build
npm publish

Link the lib

to be able to link your app to your local antd-fuski lib for developpement process without the need of a new publication, we can run npm link in the root lib, will generate a symelink to andt-fuski in your node path.

lib-root>npm link
app-root>npm link andt-fuski
#don't forget to unlink the lib
app-root>npm unlink andt-fuski

Running the test

We have several types of test, unit and integration test for this reason we have a several profiles.

yarn test

Deploying the application to tsuru

We use the continuous delivery with Gitlab check the project pipelines

Please don't inject any Less file in intern component!!!

Build size Max -> 1E6

Readme

Keywords

Package Sidebar

Install

npm i andt-fuski

Weekly Downloads

6

Version

2.0.5

License

MIT

Unpacked Size

1.37 MB

Total Files

66

Last publish

Collaborators

  • mohamed-ben-rhaiem
  • michaelsampietro