@docomodigital/pdor

1.2.0 • Public • Published

pdor

Build Status Greenkeeper badge

pdor is a tool to generate a library from a given boilerplate.

Available boilerplates

Usage

With npx (with npm 5.2+ and higher):

npx @docomodigital/pdor my-app 

for older versions of npm, install the package as global first:

npm i -g @docomodigital/pdor
pdor my-app

Available Options

  • --yarn: use Yarn Package manager to install required dependencies instead of npm
  • --type: specify the boilerplate to use (vanilla, react-component, typescript or a github repo url)
  • --verbose: print more info during the generation process
  • --no-interaction: if an user input is required, stop the process. Useful for CI tools
  • --skip-install: skip the dependency installation step

Commands

For a list of available features of the generated boilerplate, please refer to the used boilerplate configuration.


Interested in creating a custom boilerplate? Read how

Dependencies (15)

Dev Dependencies (4)

Package Sidebar

Install

npm i @docomodigital/pdor

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

44.8 kB

Total Files

25

Last publish

Collaborators

  • everdrone
  • blame_etc