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

create-yoshi-app

Package Overview
Dependencies
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-yoshi-app

create yoshi powered apps

  • 3.4.4
  • npm
  • Socket score

Version published
Weekly downloads
238
increased by395.83%
Maintainers
1
Weekly downloads
 
Created
Source

create-yoshi-app

This package is used to create yoshi powered projects.

contributing

Every directory in templates directory represents a generated project type. It will be tested automatically in the E2E suite.

  • When creating a template, please verify to create a TypeScript and a Babel version.

In order to use dynamic values in the template, you can choose one of the following:

  • projectName
  • authorName
  • authorEmail
  • organization

You can also use CONSTANT_CASE to get the same values in the constant case format:

  • PROJECT_NAME
  • AUTHOR_NAME
  • AUTHOR_EMAIL
  • ORGANIZATION

Use {%%} to wrap each key and get the dynamic value.

For example:

This project is called "{%projectName%}" and it was created by {%AUTHOR_NAME%}

Will result in:

This project is called "my-project" and it was created by JOHN_DOE

You can also use these on file names.

Keywords

FAQs

Package last updated on 14 Aug 2018

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