|
1 | | -# npm-package-typescript-template |
| 1 | +# code-ollama |
2 | 2 |
|
3 | | -[](https://www.npmjs.com/package/npm-package-typescript-template) |
| 3 | +[](https://www.npmjs.com/package/code-ollama) |
4 | 4 |
|
5 | | -[](https://www.npmjs.com/package/npm-package-typescript-template) |
6 | | -[](https://github.com/remarkablemark/npm-package-typescript-template/actions/workflows/build.yml) |
7 | | -[](https://codecov.io/gh/remarkablemark/npm-package-typescript-template) |
| 5 | +[](https://www.npmjs.com/package/code-ollama) |
| 6 | +[](https://github.com/ai-action/code-ollama/actions/workflows/build.yml) |
| 7 | +[](https://codecov.io/gh/ai-action/code-ollama) |
8 | 8 |
|
9 | | -npm-package-typescript-template |
| 9 | +Ollama Code |
10 | 10 |
|
11 | 11 | ## Quick Start |
12 | 12 |
|
13 | 13 | ```ts |
14 | | -import { name } from 'npm-package-typescript-template'; |
| 14 | +import { name } from 'code-ollama'; |
15 | 15 | ``` |
16 | 16 |
|
17 | 17 | ## Install |
18 | 18 |
|
19 | | -[NPM](https://www.npmjs.com/package/npm-package-typescript-template): |
| 19 | +[NPM](https://www.npmjs.com/package/code-ollama): |
20 | 20 |
|
21 | 21 | ```sh |
22 | | -npm install npm-package-typescript-template |
| 22 | +npm install code-ollama |
23 | 23 | ``` |
24 | 24 |
|
25 | | -[CDN](https://unpkg.com/browse/npm-package-typescript-template/): |
| 25 | +[CDN](https://unpkg.com/browse/code-ollama/): |
26 | 26 |
|
27 | 27 | ```html |
28 | | -<script src="https://unpkg.com/npm-package-typescript-template@latest/dist/index.umd.js"></script> |
| 28 | +<script src="https://unpkg.com/code-ollama@latest/dist/index.umd.js"></script> |
29 | 29 | ``` |
30 | 30 |
|
31 | 31 | ## Usage |
32 | 32 |
|
33 | 33 | ES Modules: |
34 | 34 |
|
35 | 35 | ```ts |
36 | | -import { name } from 'npm-package-typescript-template'; |
| 36 | +import { name } from 'code-ollama'; |
37 | 37 | ``` |
38 | 38 |
|
39 | 39 | CommonJS: |
40 | 40 |
|
41 | 41 | ```ts |
42 | | -const { name } = require('npm-package-typescript-template'); |
| 42 | +const { name } = require('code-ollama'); |
43 | 43 | ``` |
44 | 44 |
|
45 | 45 | UMD: |
46 | 46 |
|
47 | 47 | ```html |
48 | | -<script src="https://unpkg.com/npm-package-typescript-template@latest/dist/index.umd.js"></script> |
| 48 | +<script src="https://unpkg.com/code-ollama@latest/dist/index.umd.js"></script> |
49 | 49 | <script> |
50 | | - const { name } = window['npm-package-typescript-template']; |
| 50 | + const { name } = window['code-ollama']; |
51 | 51 | </script> |
52 | 52 | ``` |
53 | 53 |
|
54 | | -## Release |
55 | | - |
56 | | -Release is automated with [Release Please](https://github.com/googleapis/release-please). |
57 | | - |
58 | 54 | ## License |
59 | 55 |
|
60 | | -[MIT](https://github.com/remarkablemark/npm-package-typescript-template/blob/master/LICENSE) |
| 56 | +[MIT](https://github.com/ai-action/code-ollama/blob/master/LICENSE) |
0 commit comments