1.0.4 • Published 1 year ago

gk-2.0-components v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

How do I get set up?

The build command, begins by cleaning up any previous build output, then runs tsc (which will automatically use the tsconfig.json), and then finally we copy the package.json and README.md files to the dist directory.

The reason we copy the package.json and README.md files into the dist directory, is that when we get to publishing this project, we want to publish the built files so that people can import and use our code immediately, but the npm CLI only allows publishing a directory that has a package.json in it. This is a common pain point, we maintain a clear separation between the source code we use for development vs the built code we publish for others to use.

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago