New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zaneray/create-repo

Package Overview
Dependencies
Maintainers
18
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zaneray/create-repo

Template for creating a codebase for Zane Ray 2.0 development

  • 3.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
18
Created
Source

CONCEPT

@see https://zaneray.atlassian.net/wiki/spaces/ZR/pages/839548939/Base+Repositories

  • provides an NPMJS executable module (NPX module) @zaneray/create-repo
  • uses respositories in the ZaneRay Templates project at Bitbucket as a basis to create client repositories
  • creates client repositories in /Users/Shared/cloud/${client}

REQUIREMENTS

  • bash (available in OSX)
  • gettext (install with Brew https://docs.brew.sh/Installation, brew install gettext)
  • git (install with Brew, brew install git)
  • nodejs18 or greater

USAGE

  • in a Terminal session with nodejs18 or greater, execute the following command and follow the prompts
  • npx @zaneray/create-repo

TEMPLATE REPOSITORY REQUIREMENTS

  • bitbucket-pipelines.yml - for deployment from Bitbucket to the target platform

  • On the Bitbucket Repository, in the Description field, a CSV with MENU_NAME,PROJECT_SUFFIX

    -- MENU_NAME is presented in the prompts when running the npx @zaneray/create-repo command

    -- PROJECT_SUFFIX is concatenated with the CLIENT for the new repository name, CLIENT-PROJECT_SUFFIX

  • OPTIONAL - _setup/special-sauce (permissions 777) - will be executed post template repository cloning

  • OPTIONAL - README.md - will be output at the end of the process

  • OPTIONAL - .env-sample - CLIENT=${CLIENT} will be set

FAQs

Package last updated on 10 Jan 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

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