create-js-library

0.1.0 • Public • Published

create-js-library

=== NOT IMPLEMENTED YET ===

This is currently an empty repo.

IDEA

Use case:

# using yarn 
npx create-js-library some-module
 
# using npm 
npx create-js-library --use-npm some-module

CRA (create-react-app) has such a big community that makes a lot of sense to me that instead of creating yet another tool that can create JavaScript libraries, to actually just wrap CRA and create a node script that makes sure the configurations are updated to work as a library by updating the react-scripts config files to:

  1. Remove lazy module loading
  2. Remove minification/uglification
  3. etc

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    3

Package Sidebar

Install

npm i create-js-library

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

1.3 kB

Total Files

2

Last publish

Collaborators

  • pgarciacamou