topcoder-react-lib

1.2.16 • Public • Published

Topcoder React Lib

Dev Build Status Master Build Status Latest NPM Release NPM Downloads

The Topcoder lib for internal ReactJS projects.

Before create a Test Release

Add --tag test-release to link 31 in .circleci/config.yml

- run: npm publish --tag test-release

Configuration for AV-Scan scorer review type ID

Change the property in AV_SCAN_SCORER_REVIEW_TYPE_ID in config.

Configuration for AV-Scan scorer review type ID

Change the property in PROVISIONAL_SCORING_COMPLETED_REVIEW_TYPE_ID in config.

Development

# Install dependencies
npm install

# Run test & build
npm test
npm run build

# Go to other project which depends on the topcoder-react-lib, config its package.json so
# that the 'topcoder-react-lib' points to the local foler path of topcoder-react-lib:
#
# "dependencies": {
#   "topcoder-react-lib": "<local-path-to-topcoder-react-lib>",
#   ......
# }
#

License

UNLICENSED — for internal Topcoder projects only.

Readme

Keywords

Package Sidebar

Install

npm i topcoder-react-lib

Weekly Downloads

10

Version

1.2.16

License

UNLICENSED

Unpacked Size

2.56 MB

Total Files

175

Last publish

Collaborators

  • sshinde