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

schafott-cli

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

schafott-cli

Scaffold CLI is a command line tool to generate scaffolds for your projects. It takes away the pain of creating the same files and folders over and over again for every new library project you start. Also it comes with ready-to-use configurations for Type

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
0
Created
Source

schafott-cli

Scaffold CLI is a command line tool to generate scaffolds for your projects. It takes away the pain of creating the same files and folders over and over again for every new library project you start. Also it comes with ready-to-use configurations for TypeScript, Prettier, ESLint, Standard and Changesets so you can focus on writing code.

Installation

Install the CLI globally to use it from anywhere.

npm install -g schafott-cli

Usage

Run the CLI in the directory where you want to create the scaffold or provide a path when running the CLI.

schafott

Table of Contents

  • schafott-cli

Current supported scaffolds:

  • NodeJS / Browser Utility Library
  • React Component Library
  • Angular Component Library
  • Vue Component Library

NodeJS / Browser Utility Library

Generates a scaffold for a NodeJS / Browser Utility Library.

Features

Please note that the generated scaffold is a starting point and should be adjusted to your needs.

Predefined Scripts

  • dev - Starts the development server
  • build - Builds the library

React Component Library (WIP - Features not yet tested)

Generates a scaffold for a React Component Library.

Features

Predefined Scripts

  • dev - Starts the development server
  • build - Builds the library

License

MIT

Keywords

cli

FAQs

Package last updated on 12 Oct 2024

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