create-code-base

1.1.6 • Public • Published

Start a project with code base

Quick start

$ npx create-code-base [options]

or

$ npm init code-base [options]

Options

[--project-name=<project name>] [--app-name=<app name>] [--author=<author project>] [--template=<template name >]

  • --project-name: Name of the project you want to create

  • --app-name: The name of your React Native App you want to create

  • --author: Author of the project you want to create

  • --template: Template of the project you want to create
    template names: [nestjs-base | nextjs-base | reactjs-wepack | react-native-base]
    If the template is not react-native then argument --app-name is not necessary

    example command:

$ npx create-code-base --project-name=my-project --author='My Name' --template=nestjs-base

or

$ npx create-code-base --project-name=my-project --app-name='My App' --author='My Name' --template=react-native-base

Global install

$ npm install create-code-base -g

or

# for mac
$ sudo install create-code-base -g

Use as cli

$ create-code-base [options]

Documents

Issues

Issues on github

Package Sidebar

Install

npm i create-code-base

Weekly Downloads

1

Version

1.1.6

License

ISC

Unpacked Size

9.79 kB

Total Files

4

Last publish

Collaborators

  • hieu.nguyen300199