package_js 0.1.2

Install and run npm packages.
Documentation

Project Title

A Rust package to learn Rust and use/install npm packages.

Getting Started

let npm = Package::new("npm", Some("npm"));

let version = npm.version().unwrap();

let buidler = Package::new("@nomiclabs/buidler", Some("buidler")); assert!(buidler.installed());

Built With

Contributing

Versioning

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used