UNPKG

583 BPlain TextView Raw
1Description:
2 Initializes an NPM module with all good defaults and tools
3
4Example
5 Create a new folder, for example "foo" and run "git init"
6 Create a GitHub repo, for example "username/foo"
7 Set remote origin to point at the GitHub repo
8 Run `yo node-bahmutov`
9
10Sit back and enjoy.
11
12Included sub generators
13
14You can run these sub generators after create NPM module.
15
16* `yo node-bahmutov:release` sets up semantic release
17* `yo node-bahmutov:docker` creates solid Dockerfile for single service
18
19See https://github.com/bahmutov/generator-node-bahmutov for more details