New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

nextcrazy-cli

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nextcrazy-cli

A NextJS cli meant to be used with nextcrazy boilerplate

latest
Source
npmnpm
Version
0.2.4
Version published
Weekly downloads
15
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

This is a helpful cli with nextcrazy boilerplate

NEXTCRAZY Boilerplate

NEXTCRAZY-CLI 0.2.4 is the very first version that is considered stable

install

npm i -g nextcrazy-cli

usage:


nextcrazy-cli

Options

OptionDescription
ProjectCreates a new project from nextcrazy repo, you can shorten it by (nextcrazy-cli project hello-world), and then select which package manager should install the dependencies
PageCreates a page with the specified path inside /pages/[lang] (it will create the folders for you so you don't have to worry), you need to specify if this is a SSG or SSR page (it will create a small example of getStaticPaths if it's SSG)
ComponentCreates a component inside component /components (like pages it will create the folders for you)
LanguageAdds a language to the translations folder, also will ask you for this language direction to add it inside "translations.json"

Shortcuts

  • nextcrazy-cli project my-project
  • nextcrazy-cli -h
  • nextcrazy-cli -v

I try to update it regulary with new ideas, if you have any suggestion please contact me on it.moh.ou@gmail.com or feel free to create a pull request

and please make sure to visit NEXTCRAZY Boilerplate and give it a star :)

License: (MIT)

Keywords

nextcrazy

FAQs

Package last updated on 21 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts