1.1.20 • Published 8 months ago

geoiq.gfs v1.1.20

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
8 months ago

A CLI for Creating a Development Ready Frontend Project

Get a completely development ready Next.js 13 project with preset TypeScript, ESLint, and Bitbucket CI/CD ready configurations.

Simply run pnpm dlx geoiq.gfs and pnpm dev to start building a new Next.js project.

Under the hood:

  • Intialises the project with package.json
  • Creates and populates src and public folder. The src folder has the app folder that contains files that will render the / path.
  • Creates configuration files for:

    • environment - .env.*
    • eslint - .eslintignore, .eslintrc.js
    • git - .gitinore
    • npm - .npmrc
    • prettier - .prettierrc.js
    • bitbucket - bitbucket-pipelines.yml
    • typescript - tsconfig.json
  • Install various packages:

    • dependencies:

      @geoiq-ai/products.components.package
      immer
      next
      react
      react-dom
      styled-components@5.3.11
      zustand
    • devDependencies:

      @types/node
      @types/react
      @types/react-dom
      @types/styled-components
      @typescript-eslint/eslint-plugin
      @typescript-eslint/parser
      @types/prettier
      eslint
      eslint-config-next
      eslint-config-prettier
      eslint-plugin-prettier
      eslint-plugin-react
      eslint-plugin-react-hooks
      eslint-plugin-security
      eslint-plugin-simple-import-sort
      eslint-plugin-sonarjs
      husky
      postcss
      prettier
      pretty-quick
      typescript
  • Added scripts

    {
        "dev": "next dev",
        "build": "next build",
        "start": "next start",
        "lint": "next lint",
    }
1.1.12

8 months ago

1.1.16

8 months ago

1.1.15

8 months ago

1.1.14

8 months ago

1.1.13

8 months ago

1.1.19

8 months ago

1.1.18

8 months ago

1.1.17

8 months ago

1.1.20

8 months ago

1.1.11

10 months ago

1.1.10

10 months ago

1.1.9

11 months ago

1.1.8

11 months ago

1.1.7

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago