Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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)