Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/filipelinhares/node-marlene

:boom: A minimal template to node packages.
https://github.com/filipelinhares/node-marlene

Last synced: 20 days ago
JSON representation

:boom: A minimal template to node packages.

Awesome Lists containing this project

README

        

![Node Marlene](images/logo.png)

A minimal template to node packages.

## Getting started
- Create a new repo for your project on Github
- In terminal run each line as a separate command

```shell
git clone [email protected]:filipelinhares/node-marlene.git your-project
cd your-project
rm -rf .git
git init
git remote add origin [email protected]:your-name/your-project.git
```

## License
[MIT](LICENSE.md) © Filipe LInhares