JSPM

@ianbunag/scaffold

1.6.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q13053F
  • License MIT

CLI tool to quickly generate project from boilerplate

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ianbunag/scaffold) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @ianbunag/scaffold

    npm version nodejs version Known Vulnerabilities Continuous Delivery license

    CLI tool to quickly generate project from boilerplate


    Contents


    Requirements

    1. Node.js version 16.11.1 or higher
    2. pnpm version 6.11.0 or higher
      • May be swapped with other package managers such as npm and yarn

    Installation

    With pnpm

    pnpm add --global @ianbunag/scaffold

    With yarn

    yarn global add @ianbunag/scaffold

    With npm

    npm install -g @ianbunag/scaffold

    Templates

    Listed are the currently available templates


    Usage

    1. Run scaffold command
    scaffold
    1. Select template

    2. Provide project name, which would be the directory name

    3. Provide template replacements if prompted

    4. Navigate to scaffolded project

    cd <project-name>
    1. Preview scaffold README.md for setup instructions

    Scaffold

    Contributing

    See Contributing