Skip to content

Get started creating npm package with FuseBox module loader and bundler

License

Notifications You must be signed in to change notification settings

fuse-box/fuse-box-npm-package-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuse-box + Creating npm package.

This project is to get you started using FuseBox as module loader and bundler to create an npm package, using TypeScript.

Develop

npm run

Dist

npm run dist

Package.json contains the following fields:

{
  "ts:main": "index.ts",
  "types": "index.ts",
  "main": "es5.js",
}

FuseBox will work with typescript once this package is installed.

About

Get started creating npm package with FuseBox module loader and bundler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published