JSPM

fresh-cli

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 93
  • Score
    100M100P100Q68770F
  • License MPL-2.0

Remove and reinstall your dependencies.

Package Exports

  • fresh-cli

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fresh-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

fresh-cli Build status for fresh-cli on Circle CI.

Remove and reinstall your dependencies.

Why?

  • Cross platform support.
  • More reliable than npm update.
  • Useful as a shortcut to reduce typing.

npm does a much better job creating a dependency tree from scratch than modifying an existing one without breaking anything. By reinstalling node_modules, you put yourself in a more well-known, consistent state.

This project works around many bugs:

Please add your own bugs to the list!

Install

npm install fresh-cli --global

Usage

$ fresh --help

  Usage
    $ fresh

  Example
    $ cd my-project && fresh

Contributing

See our contributing guidelines for more details.

  1. Fork it.
  2. Make a feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

License

MPL-2.0 © Seth Holladay

Go make something, dang it.