0.1.4 • Published 4 years ago

@sankei-arc-shared-components/feature_test-hello-world v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Hello World: A Test Shared Component

How do I use it?

import HelloWorld from "@sankei-arc-shared-components/feature_test-hello-world";

<HelloWorld
  name={nameText}
/>;

Take a look in the src/index.mdx file to see suggested implementations.

How can I view what's in there quickly?

Run npm i && npm run docz:dev after cloning to see what is within.

Testing & Linting

We are using Jest and XO for testing and linting.

We are using Husky to run a pre-push hook, preventing un-linted or code that fails tests from making it into the repo.

To test: npm test

To lint: npm run lint - This will also fix any simple linter errors automatically.

To push without testing or linting: git push --no-verify - This can often be helpful if you just need to push a branch for demonstration purposes or for help.

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago