Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
v2.0.0 - Next App Directory Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCates committed Jun 23, 2023
1 parent a7c72b7 commit ac24d83
Show file tree
Hide file tree
Showing 186 changed files with 1,771 additions and 950 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 🛠️ CHANGELOG

## v2.0.0

- Complete refactor to Next App Directories, review new documentation

### Notice

**Printer v1.x.x** is compatible with the old Next patterns. You can review the documentation on the v1 website: [v1.prntr.click/docs](https://v1.prntr.click/docs)

**Printer v2.x.x** leverages the Next App Directory pattern. This will be on the main documentation website: [prntr.click/docs](https://prntr.click/docs)

## v1.3.40

- Hotfix to type inference
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
## Automation Tooling for Next, Redux and Prisma

![license](https://img.shields.io/badge/license-AGPLv3-blue.svg)
![version](https://img.shields.io/badge/version-1.3.40-blue.svg)
![version](https://img.shields.io/badge/version-2.0.0-blue.svg)
[![CircleCI](https://circleci.com/gh/PrinterFramework/CLI.svg?style=svg)](https://circleci.com/gh/PrinterFramework/CLI)
[![codecov](https://codecov.io/gh/PrinterFramework/CLI/branch/master/graph/badge.svg)](https://codecov.io/gh/PrinterFramework/CLI)

Learn how to use Printer at [prntr.click](https://prntr.click).
**Printer v1.x.x** is compatible with the old Next patterns. You can review the documentation on the v1 website: [v1.prntr.click/docs](https://v1.prntr.click/docs)

**Printer v2.x.x** leverages the Next App Directory pattern. This will be on the main documentation website: [prntr.click/docs](https://prntr.click/docs)

Review the [CHANGELOG](./CHANGELOG.md) for any updates made to the project.

## How it works

Expand All @@ -36,10 +40,6 @@ cd printer-sample
printer component components/component
```

Review the documentation on [prntr.click/docs](https://prntr.click/docs).

Review the [CHANGELOG](./CHANGELOG.md) for any updates made to the project.

## Comments and Feedback

Very open to comments and feedback. Very welcoming to people who open issues with reasonable constructive feedback. Please do not open PRs unless you're willing to commit code that matches the conventions and styles of the repository.
Expand Down
7 changes: 0 additions & 7 deletions dist/src/config.d.ts
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
export interface PrinterConfig {
componentFolder?: boolean;
component?: {
index?: boolean;
component?: boolean;
style?: boolean;
test?: boolean;
};
crud?: {
create: boolean;
update: boolean;
Expand Down
7 changes: 0 additions & 7 deletions dist/src/config.js
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/config.js.map
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified dist/src/converter.d.ts
100644 → 100755
Empty file.
Empty file modified dist/src/converter.js
100644 → 100755
Empty file.
Empty file modified dist/src/converter.js.map
100644 → 100755
Empty file.
Empty file modified dist/src/generators/api.d.ts
100644 → 100755
Empty file.
21 changes: 8 additions & 13 deletions dist/src/generators/api.js
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/generators/api.js.map
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified dist/src/generators/component.d.ts
100644 → 100755
Empty file.
51 changes: 10 additions & 41 deletions dist/src/generators/component.js
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ac24d83

Please sign in to comment.