1.1.1 • Published 3 years ago

@turtlefumes/dotenvit v1.1.1

Weekly downloads
93
License
MIT
Repository
github
Last release
3 years ago

dotenvit

Build Status

It's supposed to create a dotenv file and require it in the right files or something

RIGHT NOW IT DOES NOTHING REALLY

Installation and Usage

With npm

Install with npm

$ npm i @turtlefumes/dotenvit

Require dotenvit in a js file for module usage

const dotenvit = require("@turtlefumes/dotenvit");

Usage

Full Usage Example

// require dotenvit
const dotenvit = require("@turtlefumes/dotenvit");

// call insanity
dotenvit.insanity();

The one method: insanity()

Console logs and returns true

dotenvit.insanity();

Notes to Self

NPM

Bump npm version

With commit message. %s represents the version number

$ npm version patch -m "Upgrade to %s for reasons"

To bump npm version point use: major, minor, or patch

$ npm version patch

Publish

With Travis: bump version, commit, and push with:

$ git push --follow-tags origin

To manually publish to NPM

$ npm publish --access public

MISC

Push without travis

$ git commit -m "[skip travis] Update READMEMES"

Thank You

I was able to set this up with travis thanks to this tutorial by Bruno Krebs

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago