4.1.0 • Published 7 days ago

@genesisx/next v4.1.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
7 days ago

next

This Generator allows creating Genesis themed nextjs templates

Usage

Prerequisites

For Using this package into your app, to create nextjs micro apps, please follow the below steps

  • Install this npm package to your repo first
  • yarn add @genesisx/next
  • or run
  • npm install @genesisx/next

  • Now follow the either of the two modes to use this generator

Using Via NX Console

  1. Goto nx console and search for nx generate @genesisx/next:templated
  2. Enter the following
    • appName: Genesis sample react name
    • docs: Not a required field but full https url to the docs can be entered
  3. This creates a new working directory

Using Via Command line

Alternatively, you can use

  • nx generate @genesisx/next:templated <appName> <optional_doc_path> --no-interactive
  • or just run the command without params and supply the parameters later
  • nx generate @genesisx/next:templated

  • If nx is not already installed then install it using npm install -g nx

Contribution

Running build and lints

Run nx lint next to execute the lint checks on this package.

Run nx build next to build this package.

Run nx test next to execute the unit tests via Jest.

Publish to NPM

To publish the package you must first be logged into NPM (npm login) then run this command from the root of the project.

  • Make sure the package name in package.json should start with @genesisx/
  • Also use the correct version number in package.json same will be used for the published package.
  • Use your NPM js credentials (Publicis Sapient) with publish rights
  • Verify the package at https://www.npmjs.com/settings/genesisx/packages
npm publish dist/packages/next --access public
4.0.2-beta0.2

7 days ago

4.1.0

7 days ago

4.0.2-beta0.1

10 days ago

4.0.1-beta0.1

2 months ago

4.0.2

2 months ago

4.0.0-beta.0

7 months ago

4.0.1

7 months ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0-beta.1

1 year ago

3.0.0-beta.0

1 year ago

1.0.0-beta.0

2 years ago

2.0.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

1.0.0

2 years ago