1.0.11 • Published 7 years ago

asitis-npm-boilerplate v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Asitis Npm Boilerplate

Package for creating templates for react/node npm components.

Generates directory with necessary files to develop npm package.


Installation

Execute one of the following commands in powershell

  # Yarn users
  yarn global add asitis-npm-boilerplate

  # NPM users
  npm install -g asitis-npm-boilerplate

Usage

React NPM Package

Will generate React NPM Package template with the following:

  • package.json
  • Webpack (development/production)
  • Two template components & index component
  • Stylesheet
  • And much more...
  # Run command in desired folder
  asitis-npm-boilerplate <project-name>

Node NPM Package

  • package.json
  • Webpack (development w/ nodemon refresh/production)
  • Template component and working site
  # Run command in desired folder
  asitis-npm-boilerplate --node <project-name>
1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago