1NAMECHECK(1) NAMECHECK(1)
2
3
4
6 namecheck - Check project names are not already taken.
7
9 This is a simple tool to automate the testing of project names at the
10 most common Open Source / Free Software hosting environments.
11
12 Each new project requires a name, and those names are ideally unique.
13 To come up with names is hard, and testing to ensure they're not
14 already in use is time-consuming - unless you have a tool such as this
15 one.
16
18 The script, as is, contains a list of sites, and patterns, to test
19 against.
20
21 If those patterns aren't sufficient then you may create your own
22 additions and add them to the script. If you wish to have your own
23 version of the patterns you may save them into the file ~/.namecheckrc
24
26 Steve -- http://www.steve.org.uk/
27
29 Copyright (c) 2008 by Steve Kemp. All rights reserved.
30
31 This module is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33
34
35
36Debian Utilities 2023-02-05 NAMECHECK(1)