create-start-ui

0.6.0 • Public • Published

Create a 🚀 Start UI project

Usage

Generate a 🚀 Start UI project in a new folder.

yarn create start-ui --web [projectName]    # Generate a start-ui-web project
yarn create start-ui --native [projectName] # Generate a start-ui-native project

Options

-h, --help              Show this help
-v, --version           Display CLI version
--web PROJECT_PATH      Scaffold a brand new StartUI [Web] project
--native PROJECT_PATH   Scaffold a brand new StartUI [Native] project
--branch BRANCH_NAME    Specify the git branch used to clone the project
--no-git-init           Ignore `git init` step
--no-package-install    Ignore node packages install step

Examples

# Create a new web project
yarn create start-ui --web my-web-project

# Skip git repo initialization
yarn create start-ui --web --no-git-init my-web-project

Development

  1. Link the repository to your system with the following command:
yarn link
  1. Test your local package in any directory:
yarn create start-ui --web [projectName]
  1. After testing, remove the linked repository:
yarn unlink

Package Sidebar

Install

npm i create-start-ui

Weekly Downloads

6

Version

0.6.0

License

MIT

Unpacked Size

25.1 kB

Total Files

16

Last publish

Collaborators

  • stylishedcoyote
  • yoannfleurydev
  • ntorion
  • zouhairmkassmi
  • ivandalmet
  • jessy.baer
  • qlerebours