0.1.2 • Published 11 months ago

shurtugal-amplication-plugin v0.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

shurtugal-amplication-plugin

NPM Version NPM Downloads NPM License

This is a plugin made for octernship program under amplication by Shurtu-gal

Purpose

The plugin's purpose is to add additional functionality to amplification Data Service Generator.This plugin adds count functionality to the generated service's REST API similar to the one in GraphQL API.

Configuration

Scripts

setup

Clone the repository and run npm install to install the dependencies.

build

Running npm run build will bundle your plugin with Webpack for production.

dev

Running npm run dev will watch your plugin's source code and automatically bundle it with every change.

test

Running npm run test will run the tests for your plugin.

lint

Running npm run format:write will format your plugin's source code.

And running npm run format:check will check if your plugin's source code is formatted.

Usage

You can use this plugin as input to data service generator by using the following command and get count functionality in your generated service's REST API.

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.1

11 months ago