3.0.5 • Published 5 months ago

boilerplate-creator v3.0.5

Weekly downloads
16
License
Anti-996
Repository
github
Last release
5 months ago

boilerplate-creator

generate common boilerplate

996.icu

What and Why

boilerplate-creator is a cli tool to generate common JavaScript boilerplate which are very messy to create.

How to use

Installation

npm i -g boilerplate-creator
# or use npx

Demo

Basic usage

bpc [options]

Create a NPM package or a CLI tool

bpc -i hello-npm -t npm
bpc -i hello-npm -t npm --ts
bpc -i hello-cli -t cli
bpc -i hello-cli -t cli --ts

Custom Template Source

boilerplate-creator basiclly just pulls templates from GitHub, which means you can set your own template source as well. Note that only github reposities are supported and all templates must be put into a root fold named 'templates', see oychao/common-boilerplate.

bpc -c https://github.com/your/repository
# say you have a 'my-template' under the 'templates' folder, then just:
bpc -i helloworld -t my-template

There are 4 templates(npm|npm-ts|cli|) are supported for now, please check the help document for more information.

bpc --help

Licence

LICENSE

3.0.5

5 months ago

3.0.4

5 months ago

3.0.3

5 months ago

3.0.2

5 months ago

3.0.0-alpha.0

2 years ago

3.0.1-alpha.1

2 years ago

3.0.1-alpha.0

2 years ago

3.0.1

2 years ago

3.0.0

4 years ago

3.0.0-beta.6

5 years ago

3.0.0-beta.5

5 years ago

3.0.0-beta.4

5 years ago

3.0.0-beta.3

5 years ago

3.0.0-beta.2

5 years ago

3.0.0-beta.1

5 years ago

3.0.0-alpha.2

5 years ago

3.0.0-alpha.1

5 years ago

2.1.0-alpha.1

5 years ago

2.0.1

5 years ago

2.0.0

6 years ago

2.0.0-beta.1

6 years ago

1.2.10

6 years ago

1.2.9

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

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.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago