This repository is meant to accumulate the steadily growing count of dns-modules for easier package maintainability.
To support all this lerna is being used
This repository houses a multitude of npm modules, mostly for React applications and written in TypeScript.
Note: modules are constantly updated and enhanced
dns-api
dns-contextual-modules
dns-common-styles
dns-load-more
dns-node-ts-mock-server
dns-renderJSON
dns-renderXML
dns-service-worker
dns-store-configuration
dns-store-modules
dns-toolbox
dns-tslint-config
dns-utils
npm install --global lerna yarn
yarn install
yarn bootstrap
yarn start:${package_name_shortcut}
If workspaces don't work out-of-the-box perform
yarn config set workspaces-experimental true
yarn upgrade-interactive --latest
This will add the package to the workspace
yarn add ${package_name} -W
Add -D
in case for devDependencies
yarn build:${package_name_shortcut}
yarn e2e:${package_name_shortcut}
yarn buildversion
There is still a lot todo. Each package consists of a TODO text file which entails the open tasks for now.
@dns-modules is MIT licensed.