Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Update version to 0.1.0 and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
monstajoe2002 committed Nov 23, 2023
1 parent e01dd35 commit e9f9ffa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A convenient extension for searching and creating page and layout files in a Next.js application project.

## Motivation

With the introduction of [Next.js 13](https://nextjs.org/), the `app` directory is now the default location for page and layout files. However, every page and layout file must be created manually and must be named with the `page.jsx` or `layout.jsx` (or `.tsx` for TypeScript projects). This extension aims to make it easier to create and search for page and layout files through commands and custom tree views.

## Features

Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
Expand All @@ -14,7 +18,7 @@ For example if there is an image subfolder under your extension project workspac
## Requirements

This extension works in Next.js and SvelteKit projects **only**.
This extension works in Next.js 13 projects with `app` directory enabled **only**.

## Known Issues

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "project-explorer",
"displayName": "Project Explorer",
"description": "An extension for searching and creating page and layout files in a Next.js application project.",
"version": "0.0.1",
"version": "0.1.0",
"engines": {
"vscode": "^1.84.0"
},
Expand Down

0 comments on commit e9f9ffa

Please sign in to comment.