1.0.10 • Published 4 years ago

@lava-x/next-generator v1.0.10

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

LxNextGenerator

NextJs automation cli from Lava X

Available features

  • Project generator
  • Page generator

Getting started

# Install package
yarn add -D @lava-x/next-generator

# Add the this line under the scripts section in package.json file
"generate": "./node_modules/.bin/plop --plopfile ./node_modules/@lava-x/next-generator/dist/generate/index.js",

# Run the generator
yarn generate

Guide

  • Project generator

    • Generates project under the same repo (Monorepo)
    • Types of project:
      • cms (Admin panel)
        • Note : Uses AntDesign framework. Installs by default
      • web (Interactive web design)
        • Note : Uses Tailwind framework. Installs by default
    • Tailwind is required to have interactive design in the web
    • AntDesign helps to have a professional portal type of UI.
  • Page generator

    • Creates a page for cms with:
      • page, screen, component will be generated
1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago