1.3.0 • Published 5 years ago

pubcore-create-package v1.3.0

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

Build Status

Commandline tool to create new packages

Prerequisites

  • latest version of nodejs
  • latest version of npm

It will create/setup minimum package structure to support

  • npm
  • git
  • eslint
  • transpiler for ECS6 with spread operator
  • running tests via mocha and chai
  • running show code coverage after test run

Install it global

npm install -g pubcore-create-package

How to use

1) create a directory (convention lower case and dash-separated)

	mkdir new-project

2) and change into it

	cd new-project

3) execute

	pubcore-create-package

4) (optional) if your code already exists, copy it into src/index.js. (Keep the entry point file 'src/index.js' because of config dependencies)

1.3.0

5 years ago

1.2.7

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 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