Skip to content

kotorijs/plugin-workspace-template

Repository files navigation

kotori-workspace

Hi there! This is the workspace for your project.

If you were generated from github template repository,you need:

  1. Update package.json: npm update -f
  2. Choose a plugin style between decorators and exports in modules/my-project directory,and rename target file,remove other file
  3. 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

Usage

Development

To start developing, input the following command in your terminal:

npm run dev

This will start the kotori program at default port 720.

Buildings

To build the project, input the following command in your terminal:

npm run build

This will build the project into a javascript file.

Publishing

To publish the project, input the following command in your terminal:

npm publish

This will publish the project to npm.

License

Licensed under the GPL-3.0(GNU General Public License v3.0) license.

Reference

Releases

No releases published

Packages

No packages published