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

@qiwi/create-project

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiwi/create-project

Scaffold new QIWI projects with a CLI helper

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
5
Weekly downloads
 
Created
Source

Scaffold a QIWI Project

Neutrino can help you quickly start new projects by scaffolding your initial project structure. @qiwi/create-project uses middleware and presets behind the scene to build projects.

Getting Started

Run the following command to start the process. Substitute <directory-name> with the directory name you wish to create for this project.

Yarn

❯ yarn create @qiwi/project <directory-name>

Note: The create command is a shorthand that helps you do two things at once. See the Yarn create docs for more details.

npm/npx

❯ npx @qiwi/create-project <directory-name>

Available Projects

@qiwi/create-project presently offers a scaffolding project to build an application, a library, or components. Depending on the project type, the CLI helper may offer different flavors of that project to scaffold. Each project type harnesses the power of middleware or presets to configure itself.

ProjectProject Type
ReactApplication
WebApplication
Node.jsApplication
WebLibrary
React ComponentsComponents

Test Runners

If you wish to use a test runner, @qiwi/create-project will offer to set one up for you during the scaffolding phase.

Test RunnerMiddleware
Jest@neutrinojs/jest
Mocha@neutrinojs/mocha

Be sure to check out the test runner preset to get more information on its features and how files should be named.

Customization

No two JavaScript projects are ever the same, and as such there may be times when you will need to make modifications to the way your Neutrino presets are building your project. Neutrino provides a mechanism to augment presets and middleware in the context of a project without resorting to creating and publishing an entirely independent preset. To override the build configuration, start with the documentation on customization.

Keywords

FAQs

Package last updated on 10 Jan 2019

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