5.15.0 • Published 9 months ago

schematics-x v5.15.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Schematics X

A generic code generator using Schematics and GPT-3.

demo_gif

Preparation

Get Open AI API Access Token via https://beta.openai.com/account/api-keys

$ export OPEN_AI_TOKEN=<--OPEN_AI_ACCESS_TOKEN-->

Try Schematics X

$ npx schematics-x auto index.html

Setup for Global(React, Vue, other Languages)

$ npm i -g schematics-x

Setup for Angular or Nx Workspace

ng add schematics-x

Usage

# Generate file estimated by similar files(`pages/user/user.component.ts`)
$ sx file pages/profile/profile.module.ts

# Generate directory estimated by similar directory(`pages/profile`)
$ sx directory pages/user

# Generate file or directory by auto(detect name extension)
$ sx auto pages/group

# Generate by custom instructions and input files or directory
# Ex1: Add CRUD method to profile.service
$ sx instruct -t pages/profile/profile.service.ts
? *What do you instruct GPT-3?* Add create, get, update and delete method to above code:

# Ex2: Remove all method from profile.service
$ sx instruct -t pages/profile/profile.service.ts
? *What do you instruct GPT-3?* Remove all method from above code:

Demo

StackBlitz

LICENSE

MIT

5.5.0

11 months ago

5.15.0

9 months ago

5.13.0

10 months ago

5.11.0

10 months ago

5.8.1

11 months ago

5.8.0

11 months ago

5.6.0

11 months ago

5.4.2

12 months ago

5.4.1

12 months ago

5.4.0

12 months ago

5.14.0

9 months ago

5.12.0

10 months ago

5.10.0

11 months ago

5.9.0

11 months ago

5.7.1

11 months ago

5.7.0

11 months ago

5.3.1

1 year ago

5.3.0

1 year ago

5.1.2

1 year ago

5.2.0

1 year ago

5.1.1

1 year ago

5.1.0

1 year ago

5.0.0

1 year ago

4.17.0

1 year ago

4.21.1

1 year ago

4.21.0

1 year ago

4.20.6

1 year ago

4.20.7

1 year ago

4.16.3

1 year ago

4.16.2

1 year ago

4.16.1

1 year ago

4.16.0

1 year ago

4.15.0

1 year ago

4.14.1

1 year ago

4.13.0

1 year ago

4.12.1

1 year ago

4.12.0

1 year ago

4.11.2

1 year ago

4.11.1

1 year ago

4.11.0

1 year ago

4.10.0

1 year ago

4.9.0

1 year ago

4.8.2

1 year ago

4.8.1

1 year ago

4.8.0

1 year ago

4.7.4

1 year ago

4.7.3

1 year ago

4.7.2

1 year ago

4.7.1

1 year ago

4.7.0

1 year ago

4.6.2

1 year ago

4.6.0

1 year ago

4.5.3

1 year ago

4.5.2

1 year ago

4.5.1

1 year ago

4.5.0

1 year ago

4.4.0

1 year ago