Skip to content

scaki/create-module-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Module Boilerplate

The easiest way to create your own npm modules.

Installation

$ git clone https://github.com/scaki/create-module-boilerplate.git

Simple Using

To start using hot reloading

$ npm start

To create the module only

$ npm build

Customize

You can customize your settings by changing the settings in package.json

  "name": "create-module-boilerplate",
  "version": "1.0.0",
  "description": "",
  "author": "Safa ÇAKI",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scaki/create-module-boilerplate.git"
  }

To use the external package, enter the package names in the field below webpack.config.js

    externals: ['react'],

About

The easiest way to create your own npm modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages