JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 54
  • Score
    100M100P100Q56643F
  • License MIT

Package Exports

  • create-dev-portfolio/utils/index
  • create-dev-portfolio/utils/logger

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-dev-portfolio) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

dev-portfolio-cli-command

npm version Commitizen friendly license_badge


Getting Started

dev-portfolio-cli-command is a comfortable environment for generate web portfolio.

To create a project, run:

$ npx create-dev-portfolio [YOUR APP NAME]

If you don't type [YOUR APP NAME], 'dev-portfolio' is default.

Running npx create-dev-portfolio will result in the following five processes.

  1. Check if folder exist named same as [YOUR APP NAME]. ( in the case folder named same as [YOUR APP NAME] exist , it'll be causes error )
  2. Check if five necessary dependencies exist below. ( if you don't have more than one dependency, we warn you )
    • docker
    • docker-compose
    • node
    • npm
    • bash
  3. Cloning create-dev-portfolio.
  4. Installing dependencies for create-dev-portfolio.
  5. Removing useless files like .git.

After above five processes, run:

$ cd [YOUR APP NAME]
$ npm run start:all

Refers

Connected Projects

dev-portfolio create-dev-portfolio

License

MIT

Contributors