Hi there! This is the workspace for your project.
If you were generated from github template repository,you need:
- Update
package.json
:npm update -f
- Choose a plugin style between decorators and exports in
modules/my-project
directory,and rename target file,remove other file - Update some information at
package.json
,modules/my-project
,modules/my-project/package.json
such as plugin name,folders name,author name,description and so on
To start developing, input the following command in your terminal:
npm run dev
This will start the kotori program at default port 720
.
To build the project, input the following command in your terminal:
npm run build
This will build the project into a javascript file.
To publish the project, input the following command in your terminal:
npm publish
This will publish the project to npm.
Licensed under the GPL-3.0(GNU General Public License v3.0) license.