0.0.17 • Published 5 years ago
create-mo-pkg v0.0.17
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
- Create a new folder with the specified name
- Change into it
- Run
yarn initwith proper arguments - Install a strict typescript
- Install
ttypscript,import-map-shimto build ES modules - Install testing framework (
mocha&shouldand their types) - Build a sample
README.mdfile - Write a simple
.gitignorefile - Initizialize the git repo
- Commit the initial commit!