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-projectdirectory,and rename target file,remove other file - Update some information at
package.json,modules/my-project,modules/my-project/package.jsonsuch as plugin name,folders name,author name,description and so on
To start developing, input the following command in your terminal:
npm run devThis will start the kotori program at default port 720.
To build the project, input the following command in your terminal:
npm run buildThis will build the project into a javascript file.
To publish the project, input the following command in your terminal:
npm publishThis will publish the project to npm.
Licensed under the GPL-3.0(GNU General Public License v3.0) license.