Socket
Socket
Sign inDemoInstall

create-next-13-boilerplate

Package Overview
Dependencies
492
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.1.0

.github/workflows/npm-publish.yml

0

.eslintrc.js

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ module.exports = {

2

bin/cli.js

@@ -16,3 +16,3 @@ #!/usr/bin/env node

const repoName = process.argv[2];
const repoName = process.argv[2] || "my-app";
const gitCheckoutCommand = `git clone --depth 1 https://github.com/AstrOOnauta/next-13-boilerplate.git ${repoName}`;

@@ -19,0 +19,0 @@ const installDepsCommand = `cd ${repoName} && npm install`;

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ /** @type {import('next').NextConfig} */

@@ -5,3 +5,3 @@ {

"description": "Boilerplate NextJS 13 + Typescript + Chakra UI + Prettier + ESLint + Pre-commit (Husky + Lint-staged) + Cypress (e2e + component)",
"version": "0.0.4",
"version": "0.1.0",
"bin": {

@@ -8,0 +8,0 @@ "create-next-13-boilerplate": "./bin/cli.js"

@@ -45,4 +45,25 @@ ## NEXT 13 BOILERPLATE

## Install
## Automatic Installation
- Install the create-next-13-boilerplate
`$ yarn create next-13-boilerplate ` OR `$ npx create-next-13-boilerplate`
- Put the Husky to work
`$ yarn husky-install` OR `$ npm run husky-install`
- Run the development server
`$ yarn dev` OR `$ npm run dev`
- and... ENJOY 🛠️🚧⚙️
```
1. Open (http://localhost:3000) with your browser to see the result.
2. You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
```
## Manual Installation
- Clone repository

@@ -49,0 +70,0 @@

@@ -0,0 +0,0 @@ describe("Not Found", () => {

@@ -0,0 +0,0 @@ // Next.js API route support: https://nextjs.org/docs/api-routes/introduction

@@ -0,0 +0,0 @@ describe("Home Page", () => {

export interface ChildrenInterface {
children: React.ReactNode;
}

@@ -0,0 +0,0 @@ import { extendTheme } from "@chakra-ui/react";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc