create-mo-pkg
TypeScript icon, indicating that this package has built-in type declarations

0.0.17 • Public • Published

mo-pkg

Global command for creating packages the way Mo likes

How to use

Install Yarn command globally if not already.

Then run $ yarn create mo-pkg <name>

Actions preformed

  1. Create a new folder with the specified name
  2. Change into it
  3. Run yarn init with proper arguments
  4. Install a strict typescript
  5. Install ttypscript, import-map-shim to build ES modules
  6. Install testing framework (mocha & should and their types)
  7. Build a sample README.md file
  8. Write a simple .gitignore file
  9. Initizialize the git repo
  10. Commit the initial commit!

/create-mo-pkg/

    Package Sidebar

    Install

    npm i create-mo-pkg

    Weekly Downloads

    2

    Version

    0.0.17

    License

    Apache-2.0

    Unpacked Size

    205 kB

    Total Files

    66

    Last publish

    Collaborators

    • mothepro