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
- Robertosnap - Initial work - Robertosnap
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