Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickfla1/nana
Fast and customizable Node.js package manager written in Rust!
https://github.com/nickfla1/nana
Last synced: 8 days ago
JSON representation
Fast and customizable Node.js package manager written in Rust!
- Host: GitHub
- URL: https://github.com/nickfla1/nana
- Owner: nickfla1
- License: apache-2.0
- Created: 2022-10-15T22:37:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T12:02:39.000Z (about 2 years ago)
- Last Synced: 2024-11-18T22:53:51.120Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> **Warning**: Nana is still a Work In Progress and its usage in production environments is highly discouraged.
## Nana
Fast and customizable Node.js package manager written in Rust!## Usage
#### `version`
Prints installed nana version.
```sh
nana version
# Outputs: `nana - v1.0.0`
```#### `init`
Initializes a `package.json`.
```sh
# Default configuration
nana init# Package name defaults to directory name, change it using `--name` or `-n`
name --name package-name
```#### `install`
Installs the dependencies specified in the `package.json`
```sh
nana install
```### Running cutsom scripts
TBD.
## Contributing
TBD.
## License
[LICENSE](LICENSE)