Skip to content

johnnyasantoss/wiredep-away

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiredep-away

npm

Wire Bower Yarn dependencies to your source code.

Getting Started

Read this blog post from @sheerun

Install the module with Yarn:

yarn add wiredep-away
# If you still having the other one
yarn remove wiredep

Replace every wiredep import with wiredep-away.

Inspiration

This package was created to help developers move away from bower :)

Recomendations

You should use this package to help you with the migration to Yarn, then you'll need to start using a advanced build like (Webpack, Rollup, Browserify, etc...), to to import your dependencies directly from node_modules.

Configuration

To see functionallity check this fork base.

Contributing

File or grab and issue first, then clone this repo and help me out!

About

[un]Wire Bower dependencies to your source code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.1%
  • HTML 38.2%
  • CSS 4.7%