Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
create-yoshi-app
Advanced tools
This package is used to create yoshi powered projects.
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.
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.
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.
npm run dev
)FAQs
Unknown package
The npm package create-yoshi-app receives a total of 48 weekly downloads. As such, create-yoshi-app popularity was classified as not popular.
We found that create-yoshi-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.