Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@monteway/app

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monteway/app

CLI to easily create and extend projects templates

  • 0.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

@monteway/app

Create fresh app from selected template:

npx @monteway/app create --template next --directory my-app

Extensions - components

Button - <button />

npx @monteway/app extend --with button

Text input - <input />

npx @monteway/app extend --with input

Extensions - integrations

Axios

npx @monteway/app extend --with axios

Dependabot

Adds Github workflow that configures Dependabot and automatically merges its pull requests.

npx @monteway/app extend --with dependabot

ESLint

ESLint config for framework-agnostic projects.

npx @monteway/app extend --with eslint

ESLint Next

Included by default in npx @monteway/app create.

ESLint config with Next.js rules.

npx @monteway/app extend --with eslint-next

Lefthook

Recommended alternative to husky + lint-staged.

npx @monteway/app extend --with lefthook

Prettier

Included by default in npx @monteway/app create.

npx @monteway/app extend --with prettier

React Query

npx @monteway/app extend --with react-query

Tailwind

npx @monteway/app extend --with tailwind

Extensions - features

Authentication + Password Reset

Relies on adding Axios first (uses API service).

npx @monteway/app extend --with password-auth

Render.com - deployment

npx @monteway/app extend --with render-deploy

Keywords

FAQs

Package last updated on 12 Dec 2022

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc