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

create-shiftlimits

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-shiftlimits

A scaffolding tool for quickly creating opinionated starter projects with `npm init shiftlimits`!

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

ShiftLimits Create

A scaffolding tool for quickly creating opinionated starter projects with npm init shiftlimits!

Note: This is under early active development and may be subject to breaking changes until it reaches a stable version 1.0.0.

What is this?

This package allows you to use npm init shiftlimits to get started using TypeScript to create websites and software with Vue and Tailwind CSS in the frontend and NestJS in the backend. It will prompt you for information about what kind project you're building and uses your answers to scaffold a starter project for you!

I have structured each starter template based on my own work, preferences, and experiences. These templates will be updated when I change my preferences based on new experiences I gain through work. They may also be incomplete until this project reaches stable version 1.0.0.

This project is based on create-vue.

Usage

Use the npm init command:

$ npm init shiftlimits

Available Templates

There are a few different template builders to choose from.

Vue and Tailwind CSS

vue-website

Construct a Vue and Tailwind CSS website, powered by Vite. All features are optional.

Features
  • Routing with vue-router
  • Simple Application Core – Layout system with pages (includes routing)
    • Based on Nuxt structure, uses Vite imports to read layout directory
  • Color Suite – An in-browser editor for your website's color palette
  • ShiftLimits UI – A set a pre-made components and plugins for Vite, Vue and Tailwind for rapid development (includes Color Suite)
    • Choose which features of SLUI to install from several presets or customize from a list
  • Vitest – Extremely fast Unit testing
  • Yorkie – Verify that Git commits adhere to the conventional commit format with git hooks

License

create-shiftlimits is MIT licensed.

Keywords

vue

FAQs

Package last updated on 30 Jun 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