# nextp

> Quickly generate boilerplate code for Next.js projects.

Latest version **1.0.3** (published 2021-01-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install nextp
pnpm add nextp
yarn add nextp
bun add nextp
```

Provides the command `nextp`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2021-01-17 |
| First published | 2021-01-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Will Koury |
| Maintainers | wkoury |
| Keywords | next, js, rails, CLI, boilerplate |

## Links

- npm: https://www.npmjs.com/package/nextp
- npm.io page: https://npm.io/package/nextp

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.3 (latest) — 2021-01-17
- 1.0.2 — 2021-01-17
- 1.0.1 — 2021-01-17
- 1.0.0 — 2021-01-17

## README

# About
Inspired by the `rails` CLI, `nextp` is a way to quickly generate boilerplate for Next.js projects. There are 2 ways to install it:
```
yarn global add nextp
npm i -g nextp
```

Currently, nextp only creates new pages in Next.js. The command can be run with the following:
```
nextp NewPage
```

This will create a new page with the given name.

# Roadmap
- [ ] Create API routes
- [ ] Delete pages/API routes
- [ ] CRUD boilerplate

---
_Source: https://npm.io/package/nextp · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
