JSPM

@mikojs/create-project

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

Creating project for mikojs.

Package Exports

  • @mikojs/create-project

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 (@mikojs/create-project) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@mikojs/create-project · npm npm-size

Use to create a new project. This package supports to use with babel, flow, prettier, eslint, and jest. This will also use husky and lint-staged to check the commit.

Run command

yarn create @mikojs/project ./new-project
  • --lerna: If you want to add a new project to a lerna-managed project, you can use yarn create @mikojs/project --lerna.
  • You can see the all example projects here.