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

create-yoshi-app

Package Overview
Dependencies
Maintainers
10
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

  • 4.84.0
  • npm
  • Socket score

Version published
Weekly downloads
51
decreased by-78.75%
Maintainers
10
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. Every project specified in packages/create-yoshi-app/src/projects.js will be tested automatically in the E2E suite.

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

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

  • projectName
  • authorName
  • authorEmail

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

  • PROJECT_NAME
  • AUTHOR_NAME
  • AUTHOR_EMAIL

You can also use PascalCase to get the same values in the pascal case format:

  • ProjectName
  • AuthorName
  • AuthorEmail

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.

development

npm run dev

When running the development script, you will be presented with the regular create-yoshi-app experience.

When you'll finished answering the questions, this project will be automatically created in a temporary directory. Now every change you'll do in the original templates will be viewed in the temporary project.

  • You'll be able to return to the last project you've worked on. (It will ask you the next time you'll try to run npm run dev)

Keywords

FAQs

Package last updated on 01 Jun 2020

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