Skip to content

Commit

Permalink
Delete the component template (deephaven#828)
Browse files Browse the repository at this point in the history
We haven't really used it or kept it up to date. Just recommend copying one of the other packages we do have.
  • Loading branch information
mofojed authored Oct 20, 2022
1 parent 12ab02d commit c7364cb
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 284 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ Depending on what your package is, there are a couple of different templates tha

### Application package

A standalone application with it's own entry point. Recommend using the [create-react-app template](https://github.com/facebook/create-react-app) with TypeScript enabled.
A standalone application with it's own entry point. Recommend copying the [embed-grid](./packages/embed-grid/) package, removing any dependencies and files not required.

### Component/library package

Component template is located in `examples/component-template`. Use that template when making new component packages/libraries.
A component/library package that can be imported into other packages. Recommend copying the [components](./packages/components/) package, removing any dependencies and files not required.

## Releasing a New Version

Expand Down
31 changes: 0 additions & 31 deletions examples/component-template/.gitignore

This file was deleted.

69 changes: 0 additions & 69 deletions examples/component-template/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions examples/component-template/jest.config.cjs

This file was deleted.

57 changes: 0 additions & 57 deletions examples/component-template/package.json

This file was deleted.

4 changes: 0 additions & 4 deletions examples/component-template/src/ExampleComponent.scss

This file was deleted.

10 changes: 0 additions & 10 deletions examples/component-template/src/ExampleComponent.test.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions examples/component-template/src/ExampleComponent.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions examples/component-template/src/ExampleJsComponent.jsx

This file was deleted.

5 changes: 0 additions & 5 deletions examples/component-template/src/ExampleTest.test.ts

This file was deleted.

1 change: 0 additions & 1 deletion examples/component-template/src/__mocks__/fileMock.js

This file was deleted.

9 changes: 0 additions & 9 deletions examples/component-template/src/index.ts

This file was deleted.

16 changes: 0 additions & 16 deletions examples/component-template/src/test/eslint.test.js

This file was deleted.

26 changes: 0 additions & 26 deletions examples/component-template/src/test/stylelint.test.js

This file was deleted.

14 changes: 0 additions & 14 deletions examples/component-template/tsconfig.json

This file was deleted.

0 comments on commit c7364cb

Please sign in to comment.