@plastic-ant/nx-strapi
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @plastic-ant/nx-strapi

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

9.12 kB

Total Files

5

Last publish

Collaborators

  • pas-mike