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

@10up/create-10up

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@10up/create-10up

CLI Command for scaffolding 10up projects

  • 0.1.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

10up Project Scaffold

The 10up Project Scaffold is a command line tool to quickly initialize a starter theme or plugin for your new project. It adheres to all 10up's best practice coding standards and has been reviewed for security, performance, and scalability. This project is aimed specifically at the work that 10up does, but we welcome all community contributions.

Support Level MIT License

Contributing

If you have an update for the theme or plugin that is generated, please submit those issues or pull requests with the associated repository:

View the theme repository

View the plugin repository

Set Up from Github

  1. Clone the repository locally
  2. Run cd project-scaffold
  3. Run npm install
  4. Run npm link to make the create-10up command global

Setup from npmjs.com

npm install @10up/create-10up -g or npx @10up/create-10up [type] [name]

Project Types

  • theme
  • plugin
  • component

Example Usage with local installation

cd <your-project-directory>

create-10up theme human-theme-name

create-10up plugin human-plugin-name

create-10up component human-component-name

Example Usage without local installation

npx @10up/create-10up theme human-theme-name

npx @10up/create-10up plugin human-plugin-name

npx @10up/create-10up component human-component-name

Updating this tool

create-10up is in active development. To get the latest, navigate to this folder in your home directory (or wherever else you have it installed) and git pull.

Learn more about the packages used with this project

Support Level

Active: 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.

Like what you see?

Work with us at 10up

FAQs

Package last updated on 20 May 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