asdadadadada v0.0.1
PromappUIComponents
Owner: Snapper UI Kit and Components for Nintex Promapp front-end applications
Available Scripts
In the project directory, you can run:
npm test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Connect to feed for development
First obtain a Personal Access Token (PAT) if you don't already have one. Your PAT must have the Packaging (Read & Write) scope.
Base64 encode your Personal Access Token.
You can do this in Powershell with the following command:
[Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes("<your-token-value>"))
Assign the base64 encoded value to the environment variable VSTS_B64_PERSONAL_ACCESS_TOKEN.
IDEs
Please make sure that you install ESLint for your IDE. ESLint
will warn you of any formatting violations and Prettier
will automatically fix it up. We don't really want to spend time talking about differences in peoples coding styles - so this is completely automated.
Versioning and Changelogs
Patch version will be bumped up in CI build pipeline and trigger release. Because of this as part of the release, you must set doGitHubRelease
variable to true and add Changelogs for GitHub release. It uses semver and you should be aware of how that works.
5 years ago