JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q39802F
  • License ISC

Start a new project with code base

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-code-base) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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