0.3.2 • Published 10 years ago

tottys-project v0.3.2

Weekly downloads
1
License
ISC
Repository
-
Last release
10 years ago

What it is

Is a library to help you to create a base project with the best practices.

Libraries:

This is a module and not a boilerplate

Why using a module instead of a boilerplate?

You can just npm update to get the new version. This should be used as an API instead. Using a boilerplate is just fragile and might be hard to migrate to a new version.

You just use this module like a normal library.

How to start

The first time you want to generate a new project you can actually use the generator.

Get environment

console.log(require('env'));

Will return "dev" if in development environment or "prod" if in production environment.

0.3.2

10 years ago

0.3.1

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago