1.0.47 • Published 7 months ago

ai-writer v1.0.47

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

ai-writer

Introduction

This is a package to create a new ai-writer project. Use as follows:

npx create-ai-writer-project ai-writer-my-project

or

npx create-ai-writer-project ../../ai-writer-my-project

Publishing to npm

To publish packages to npm you have to be logged in. To login execute the following command:

npm login

To publish the package ai-writerexecute the following command:

npm run build
npm publish

If you make changes to your package and want to publish a new version, you need to update the version number in your package.json file. You can do this manually, or you can use the npm version command:

npm version patch

This will increase the patch version by 1 (e.g., from 1.0.0 to 1.0.1). You can also use minor or major instead of patch to increase the minor or major version number.

Once you've updated the version number, you can run npm publish again to publish the new version.

Note that there is an "all-in-one" command to build and publish the package:

npm run publish-next
1.0.44

10 months ago

1.0.47

7 months ago

1.0.46

8 months ago

1.0.45

10 months ago

1.0.39

12 months ago

1.0.38

12 months ago

1.0.40

12 months ago

1.0.43

11 months ago

1.0.42

11 months ago

1.0.41

12 months ago

1.0.32

12 months ago

1.0.31

12 months ago

1.0.37

12 months ago

1.0.36

12 months ago

1.0.35

12 months ago

1.0.34

12 months ago

1.0.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago