1.0.22 • Published 5 years ago

create-npm-create v1.0.22

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Create NPM Create

Quick Start:

npm i -g create-npm-create
create-npm-create create-example-app

or

npx create-npm-create create-example-app

Welcome to packageception 😈

simply put this is a package that allow you to create something like create-react-app, but is much simpler and easier to use.

For example if you have project A and you want to create a project generator for project A

It is very easy to use, after installation, just follow the steps:

  1. rename project A .gitignore to toBeRenamed
  2. copy everything in project A (except node_modules and etc etc) into the template folder

you can study this example Create Prisma App and Create Next Apollo

finally it looks like this
npm.io

after you are done with your package name and description, simply npm publish.

What it does:
-copy everything in template directory when your user run create-example-app project-name
-automatically install the dependency for your user.

Acknowledgement

Greatly inspired by Create Next App

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago