🦄 A CLI tool to quickly generate Next.js components

Overview

🦄 nextrate

A CLI tool for quickly generating Next.js components.

Features

  • Automatically add the file type to the component name using the folder name.
  • Automatically adds the boilerplate code for components and pages.
  • Helps you maintain a clean and consistent file naming convention.

🌈 Installation

  • To install globally:

    npm install -g nextrate
  • Installing it as a dev dependency:

    npm install nextrate --save-dev
  • Trying it out using npx:

    npx nextrate

🔌 Usage

After installing, you can use the CLI by running the following command:

nextrate

🎉 Demo

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 Kira.
This project is MIT licensed.

Comments
  • build(deps): bump @oclif/core from 1.9.0 to 1.9.5

    build(deps): bump @oclif/core from 1.9.0 to 1.9.5

    Bumps @oclif/core from 1.9.0 to 1.9.5.

    Release notes

    Sourced from @​oclif/core's releases.

    v1.9.5

    1.9.5 (2022-06-23)

    v1.9.4

    1.9.4 (2022-06-23)

    v1.9.3

    1.9.3 (2022-06-16)

    v1.9.2

    1.9.2 (2022-06-14)

    v1.9.1

    1.9.1 (2022-06-14)

    Bug Fixes

    • support CLIs with single top level command (#426) (44adb4d)
    Changelog

    Sourced from @​oclif/core's changelog.

    1.9.5 (2022-06-23)

    1.9.4 (2022-06-23)

    1.9.3 (2022-06-16)

    1.9.2 (2022-06-14)

    1.9.1 (2022-06-14)

    Bug Fixes

    • support CLIs with single top level command (#426) (44adb4d)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • build(deps-dev): bump ts-node from 10.8.0 to 10.8.1

    build(deps-dev): bump ts-node from 10.8.0 to 10.8.1

    Bumps ts-node from 10.8.0 to 10.8.1.

    Release notes

    Sourced from ts-node's releases.

    v10.8.1

    Fixed

    https://github.com/TypeStrong/ts-node/compare/v10.8.0...v10.8.1 https://github.com/TypeStrong/ts-node/milestone/14

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • build(deps-dev): bump @types/node from 16.11.38 to 16.11.42

    build(deps-dev): bump @types/node from 16.11.38 to 16.11.42

    Bumps @types/node from 16.11.38 to 16.11.42.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • build(deps-dev): bump typescript from 4.6.4 to 4.7.2

    build(deps-dev): bump typescript from 4.6.4 to 4.7.2

    Bumps typescript from 4.6.4 to 4.7.2.

    Release notes

    Sourced from typescript's releases.

    TypeScript 4.7.2

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    TypeScript 4.7 RC

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    TypeScript 4.7 Beta

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • build(deps): bump @oclif/core from 1.7.0 to 1.9.0

    build(deps): bump @oclif/core from 1.7.0 to 1.9.0

    Bumps @oclif/core from 1.7.0 to 1.9.0.

    Release notes

    Sourced from @​oclif/core's releases.

    v1.9.0

    1.9.0 (2022-05-20)

    Features

    • support TS directory imports for ESM (#422) (4c58e78)

    v1.8.2

    1.8.2 (2022-05-18)

    Bug Fixes

    • properly load index.js ES modules (cont) (#417) (77ba8b8)

    v1.8.1

    1.8.1 (2022-05-10)

    Bug Fixes

    • improve algo for collating command id (#415) (1a9bfdb)

    v1.8.0

    1.8.0 (2022-05-06)

    Features

    Changelog

    Sourced from @​oclif/core's changelog.

    1.9.0 (2022-05-20)

    Features

    • support TS directory imports for ESM (#422) (4c58e78)

    1.8.2 (2022-05-18)

    Bug Fixes

    • properly load index.js ES modules (cont) (#417) (77ba8b8)

    1.8.1 (2022-05-10)

    Bug Fixes

    • improve algo for collating command id (#415) (1a9bfdb)

    1.8.0 (2022-05-06)

    Features

    Commits
    • 8592ae7 chore(release): 1.9.0 [ci skip]
    • 4c58e78 feat: support TS directory imports for ESM (#422)
    • 60164f9 chore: remove lodash from dependencies (#419)
    • 73ce75b chore(release): 1.8.2 [ci skip]
    • 77ba8b8 fix: properly load index.js ES modules (cont) (#417)
    • 44eb6d8 chore(release): 1.8.1 [ci skip]
    • 1a9bfdb fix: improve algo for collating command id (#415)
    • 0019cda Merge pull request #412 from oclif/dependabot-npm_and_yarn-semver-7.3.7
    • 175a782 chore(deps): bump semver from 7.3.5 to 7.3.7
    • 00e450e chore(release): 1.8.0 [ci skip]
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • build(deps-dev): bump ts-node from 10.7.0 to 10.8.0

    build(deps-dev): bump ts-node from 10.7.0 to 10.8.0

    Bumps ts-node from 10.7.0 to 10.8.0.

    Release notes

    Sourced from ts-node's releases.

    v10.8.0

    Questions about this release? Ask in the official discussion thread: #1767

    Added

    • Added support for module=NodeNext, module=Node16, .mts, .cts, .mjs, and .cjs file extensions (#1414, #1694, #1744, #1745, #1727, #1717, #1753, #1757) @​cspotcode
    • Added ability to include file extensions in CommonJS imports (#1727, #1753) @​cspotcode
      • Enables consistency with ESM, where file extensions are often mandatory
    • Resolves from emitted to source file extensions (#1727, #1753) @​cspotcode
      • Must enable experimentalResolver, will be enabled by default in a future version (docs)
      • Typechecker requires importing the emitted file extension; ts-node resolves correctly to the source file. E.g. import "./foo.js" will execute foo.ts See also: [TypeScript issue #37582](microsoft/TypeScript#37582)
      • If typechecking is disabled, you can also use source file extensions. E.g. import "./foo.ts"
    • Added experimentalSpecifierResolution (#1727, #1753) @​cspotcode
      • the same as Node's --experimental-specifier-resolution (Node docs)
      • can also be specified in tsconfig.json for convenience, to avoid the CLI flag
      • allows omitting file extensions in ESM imports, plus a few other CommonJS-style conveniences
    • Adds diagnostics property to TSError, with array of TypeScript diagnostic objects from the compiler (API docs) (#1705, #1706) @​paulbrimicombe

    Changed

    • Renames option experimentalResolverFeatures to experimentalResolver (docs) (#1727) @​cspotcode
    • Internal change to ESM loader for compatibility with forthcoming node versions: returns shortCircuit: true (#1714, #1715) @​cspotcode
    • Performance: Optimize filesystem stat calls in ESM loader and new CommonJS resolver (#1758, #1759) @​cspotcode
    • Performance, maintenance: Upgrade source-mapper dependency "@​cspotcode/source-map-support"

    Fixed

    • Fixed bug where REPL .type command was not showing any type information when using TypeScript nightly builds (#1761, #1762) @​cspotcode
    • Correctly suppress "Custom ESM Loaders" warning on newer node versions where the warning's prose changed (#1701) @​cspotcode
    • Fixed REPL bug where function signatures could not be entered across multiple lines (#1667, #1677) @​d9k
    • REPL treats unparenthesized object literals as objects, instead of as block scopes (#1697, #1699) @​jhmaster2000
    • Fixed bug where preferTsExts combined with third-party transpiler hooks could disrupt nyc code coverage (#1755) @​cspotcode
    • Fixed bug where file:// URLs in stack traces did not always use percent-encoding (#1738, #1726, #1729) @​cspotcode
    • Fixed bug where v8-compile-cache-lib did not correctly unhook itself (#1717, #1718, #1719) @​cspotcode
      • This internal dependency is used to speed up loading the TypeScript compiler

    Docs

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • build(deps-dev): bump @types/node from 16.11.32 to 16.11.38

    build(deps-dev): bump @types/node from 16.11.32 to 16.11.38

    Bumps @types/node from 16.11.32 to 16.11.38.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • build(deps): bump ejs from 3.1.6 to 3.1.7

    build(deps): bump ejs from 3.1.6 to 3.1.7

    Bumps ejs from 3.1.6 to 3.1.7.

    Release notes

    Sourced from ejs's releases.

    v3.1.7

    Version 3.1.7

    Commits
    • 820855a Version 3.1.7
    • 076dcb6 Don't use template literal
    • faf8b84 Skip test -- error message vary depending on JS runtime
    • c028c34 Update packages
    • e4180b4 Merge pull request #629 from markbrouwer96/main
    • d5404d6 Updated jsdoc to 3.6.7
    • 7b0845d Merge pull request #609 from mde/dependabot/npm_and_yarn/glob-parent-5.1.2
    • 32fb8ee Bump glob-parent from 5.1.1 to 5.1.2
    • f21a9e4 Merge pull request #603 from mde/mde-null-proto-where-possible
    • a50e46f Merge pull request #606 from akash-55/main
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
    opened by dependabot[bot] 1
  • build(deps): bump inquirer from 8.2.2 to 8.2.4

    build(deps): bump inquirer from 8.2.2 to 8.2.4

    Bumps inquirer from 8.2.2 to 8.2.4.

    Release notes

    Sourced from inquirer's releases.

    [email protected]

    • Fix line wrapping with using with terminal links
    • Fix number prompt not working with negative numbers
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • build(deps): bump oclif from 3.0.0 to 3.0.1

    build(deps): bump oclif from 3.0.0 to 3.0.1

    Bumps oclif from 3.0.0 to 3.0.1.

    Release notes

    Sourced from oclif's releases.

    v3.0.1

    3.0.1 (2022-04-18)

    Bug Fixes

    Changelog

    Sourced from oclif's changelog.

    3.0.1 (2022-04-18)

    Bug Fixes

    Commits
    • 8a41cc6 chore(release): 3.0.1 [ci skip]
    • e3f60a3 fix: remove outdated code (#866)
    • 3ccae27 Merge pull request #863 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-...
    • 346f3eb chore(deps): bump @​oclif/plugin-help from 5.1.11 to 5.1.12
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • build(deps-dev): bump @types/node from 16.11.26 to 16.11.32

    build(deps-dev): bump @types/node from 16.11.26 to 16.11.32

    Bumps @types/node from 16.11.26 to 16.11.32.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • [Snyk] Upgrade @oclif/core from 1.9.5 to 1.13.0

    [Snyk] Upgrade @oclif/core from 1.9.5 to 1.13.0

    Snyk has created this PR to upgrade @oclif/core from 1.9.5 to 1.13.0.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 10 versions ahead of your current version.
    • The recommended version was released 22 days ago, on 2022-07-28.

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade oclif from 3.0.1 to 3.1.1

    [Snyk] Upgrade oclif from 3.0.1 to 3.1.1

    Snyk has created this PR to upgrade oclif from 3.0.1 to 3.1.1.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released a month ago, on 2022-07-15.

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade @oclif/core from 1.9.5 to 1.12.1

    [Snyk] Upgrade @oclif/core from 1.9.5 to 1.12.1

    Snyk has created this PR to upgrade @oclif/core from 1.9.5 to 1.12.1.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 9 versions ahead of your current version.
    • The recommended version was released a month ago, on 2022-07-21.

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade oclif from 3.0.1 to 3.1.1

    [Snyk] Upgrade oclif from 3.0.1 to 3.1.1

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade oclif from 3.0.1 to 3.1.1.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released a month ago, on 2022-07-15.

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by 0xMukesh 0
  • [Snyk] Upgrade @oclif/core from 1.9.5 to 1.12.1

    [Snyk] Upgrade @oclif/core from 1.9.5 to 1.12.1

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade @oclif/core from 1.9.5 to 1.12.1.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 9 versions ahead of your current version.
    • The recommended version was released 22 days ago, on 2022-07-21.

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by 0xMukesh 0
  • [Snyk] Upgrade oclif from 3.0.1 to 3.1.1

    [Snyk] Upgrade oclif from 3.0.1 to 3.1.1

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to upgrade oclif from 3.0.1 to 3.1.1.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released a month ago, on 2022-07-15.

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by 0xMukesh 0
Releases(v1.1.1)
  • v1.1.1(Apr 14, 2022)

    Changelog

    • ✨ Add a new command (nextrate boilerplate) which can be used to customize the default boilerplate code used by nextrate (https://github.com/Kira272921/nextrate/commit/5579128acbc8c01b4bbb58ba561dd9bf1fa719d7)

    • 🐛 Check if the input file exists in the nextrate boilerplate command before adding the custom boilerplate (https://github.com/Kira272921/nextrate/commit/d57f0e0aaaef8f8a289fa0f6f8dfe0dc3762eb1d)

    • 🐛 Fix the file type bug, where the last child directory was been used for the file type but the main parent directory should be used. The files generated under the pages folder would not have any file type from now because Next.js uses the entire file name as the route name, if file type exists then the route naming would be messed up (https://github.com/Kira272921/nextrate/commit/6a180da175b7c70b56dcc1bbcc55217f93b34ead)

      Ex: components/sub-directory/sub-sub-directory in this case components should be used for the file type and not sub-sub-directory

    Full Changelog: https://github.com/Kira272921/nextrate/compare/v1.0.0...v1.1.1

    Source code(tar.gz)
    Source code(zip)
  • v1.0.0(Apr 8, 2022)

    Changelog

    • :boom: BREAKING CHANGE: From now onwards, nextrate would be using the CLI framework oclif for its development.

    New contributors

    • @dependabot made their first contribution in https://github.com/Kira272921/nextrate/pull/4

    Full Changelog: https://github.com/Kira272921/nextrate/compare/v0.1.8...v1.0.0

    Source code(tar.gz)
    Source code(zip)
  • v0.1.8(Mar 27, 2022)

  • v0.1.7(Mar 27, 2022)

  • v0.1.6(Mar 27, 2022)

  • v0.1.5(Mar 27, 2022)

    :tada: NEW FEATURE: React file extensions (.jsx and .tsx support)

    Now nextrate supports react file extensions (.jsx and .tsx) :tada:

    To use react file extensions with nextrate, run the nextrate command. If you don't have a .nextrate command in your current working directory, you would be presented with a new question that would ask whether you want to use the react file extensions format or the normal file extensions format for this project.

    image

    Full Changelog: https://github.com/Kira272921/nextrate/compare/v0.0.5...v0.1.5

    Source code(tar.gz)
    Source code(zip)
  • v0.0.5(Mar 23, 2022)

  • v0.0.4(Mar 23, 2022)

  • v0.0.3(Mar 23, 2022)

    What's Changed

    • 💡 chore: add comments in the source code by @Kira272921
    • :memo: chore: add coc by @Kira272921 in https://github.com/Kira272921/nextrate/pull/1

    Full Changelog: https://github.com/Kira272921/nextrate/compare/v0.0.2...v0.0.3

    Source code(tar.gz)
    Source code(zip)
  • v0.0.2(Mar 20, 2022)

Owner
Kira
A high-school student, developer, open-source enthusiast
Kira
A CLI tool to create a NodeJS project with TypeScript CTSP is a CLI tool to make easier to start a new NodeJS project and configure Typescript on it.

CTSP- Create TS Project A CLI tool to create a NodeJS project with TypeScript CTSP is a CLI tool to make easier to start a new NodeJS project and conf

Jean Rodríguez 7 Sep 13, 2022
Git Frameworker is a CLI tool for quickly bootstrapping custom framework configurations.

Git Frameworker Git Frameworker is a tool that allows you to quickly bootstrap a project using a framework from GitHub. If the repository you clone co

Guilherme Marcondes 6 May 3, 2023
CloudCrafter CLI is a command-line interface tool that provides templates for common cloud resources to help you get started quickly.

CloudCrafter CLI CloudCrafter CLI is a command-line interface tool that provides templates for common cloud resources to help you get started quickly.

Missio 7 May 5, 2023
A CLI tool to generate barrels with ease, efficiency, and intelligence

JS-Barrels A CLI tool to generate barrels with ease, efficiency, and intelligence Usage npx js-barrels -d ./folder/to/generate/barrels/for Options -d,

Snehil K 6 Aug 17, 2022
ReconCLI for YNAB - a CLI for quickly reconciling YNAB accounts

ReconCLI for YNAB ReconCLI for YNAB - a CLI for quickly reconciling YNAB accounts Features Quickly reconcile your YNAB accounts from a terminal Clear

Olex S. 5 Dec 16, 2022
This is a development platform to quickly generate, develop & deploy smart contract based applications on StarkNet.

generator-starknet This is a development platform to quickly generate, develop, & deploy smart contract based apps on StarkNet. Installation First, in

Only Dust 34 Nov 18, 2022
A plugin for generate markdown table quickly like Typora.

Obsidian Table Generator A plugin for generate markdown table quickly like Typora. Features You can use obsidian-table-generator to generate markdown

Boninall 58 Dec 30, 2022
Starter repo for quickly deploying a Markdoc app with Next.js

Full Next.js example This is a full-featured boilerplate for a creating a documentation website using Markdoc and Next.js. Setup First, clone this rep

Markdoc 46 Dec 16, 2022
Starter repo for quickly deploying a Markdoc app with Next.js

Full Next.js example This is a full-featured boilerplate for a creating a documentation website using Markdoc and Next.js. Setup First, clone this rep

Markdoc 9 May 29, 2022
Quickly bootstrap your next TypeScript REST API project. Node 16+, auto OpenAPI, Prettier+ESLint, Jest

REST API template with autogenerated OpenAPI Quickly bootstrap your next TypeScript REST API project with the most up to date template. Included a sam

null 6 Oct 1, 2022
🦄 A command line tool to get tokens on testnets quickly!

?? faucetli A command line tool to get tokens on testnets quickly! Usage Commands Usage $ npm install -g faucetli $ faucetli COMMAND running command..

Kira 60 Jan 1, 2023
🦄 A command line tool to get tokens on testnets quickly!

?? faucetli ?? A command line tool to get tokens on testnets quickly! Usage Commands Usage $ npm install -g faucetli $ faucetli COMMAND running comman

buidler's hub 56 May 11, 2022
Node-cli-starter - Basic starter kit for building Node CLI applications with TypeScript.

node-cli-starter Minimal starter kit for building Node CLI applications with TypeScript. Getting Started To get started clone repo locally and run npm

Cory Rylan 7 May 17, 2022
A simple CLI to generate a starter schema for keystone-6 from a pre-existing prisma schema.

Prisma2Keystone A tool for converting prisma schema to keystone schema typescript This is a proof of concept. More work is needed Usage npx prisma2key

Brook Mezgebu 17 Dec 17, 2022
🌸 A cli can automatically generate files from Excel files.

unxlsx A cli can automatically generate files from Excel files. Why We often need to export some information from XLSX to generate our files, such as

Frozen FIsh 24 Aug 22, 2022
Generate deterministic fake values: The same input will always generate the same fake-output.

import { copycat } from '@snaplet/copycat' copycat.email('foo') // => '[email protected]' copycat.email('bar') // => 'Thurman.Schowalter668@

Snaplet 201 Dec 30, 2022
Onu-UI for web glassmorphism components generate by UnoCSS

Onu-UI (WIP) Onu-UI for web glassmorphism components generate by UnoCSS. Usage npm i onu-ui npm i unocss -D Add onu-ui in your main entry file. // mai

Onu-UI 197 Dec 18, 2022
Generate static open graph images for Next.js at build time

next-static-og-images Generate static Open Graph images for Next.js at build time Getting started Installation npm i -D next-static-og-images or yarn

Adam Hwang 5 Jan 26, 2022
Generate social preview images in your Next.js API from Sanity webhooks

sanity-next-social-image-generator Automatically generate social share images using Sanity webhooks, and your Next.js API! Requirements A Next.js appl

Jordan McRae 9 Sep 4, 2022