Adds a new function to the packages.
It prompts for required info and creates the basic structure for the new package, including the .jsbits.json and package.json files.
Make the package.json, README.md, and other files not related to the transpilation.
Depends on .jsbits.json
Make the CJS variant (and typings), on which depend the external example of the README and the tests.
Depends on package.json
Make the remnant variants: UMD, ESM, ES6, and the index.b.min.js file for browsers.
- Script to check files, mainly for the '.jsbits.json' file.
- Test for the scripts, including the ones in the 'lib' folder.