0.0.14 • Published 9 months ago

@plastic-ant/nx-strapi v0.0.14

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

@plastic-ant/nx-strapi

MIT license Npm package version Downloads

An Nx (Project Crystal) plugin for developing with the Strapi CLI

Table of Contents

Install

# npm
npm install --save-dev @plastic-ant/nx-strapi

# yarn
yarn add --dev @plastic-ant/nx-strapi

Usage

Add this plugin to your nx.json config:

"plugins": [
    {
      "plugin": "@plastic-ant/nx-strapi",
      "options": { ... }
    }
]
options:
  buildTargetName       (optional) target name for 'strapi build', default strapi-build
  deployTargetName      (optional) target name for 'strapi deploy', default strapi-deploy
  developTargetName     (optional) target name for 'strapi develop', default strapi-develop
  startTargetName       (optional) target name for 'strapi start', default strapi-start

License

This project is MIT licensed 2024 Plastic Ant Software

Links

0.0.10

12 months ago

0.0.11

12 months ago

0.0.12

11 months ago

0.0.13

11 months ago

0.0.14

9 months ago

0.0.3

12 months ago

0.0.15

9 months ago

0.0.9

12 months ago

0.0.16

8 months ago

0.0.8

12 months ago

0.0.17

7 months ago

0.0.4

12 months ago

0.0.6

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago