1.1.6 • Published 11 months ago

create-code-base v1.1.6

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Start a project with code base

Quick start

$ npx create-code-base [options]

or

$ npm init code-base [options]

Options

--project-name=<project name> --author=<author project>

  • --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

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago